From: moodler Date: Wed, 10 Oct 2007 17:35:42 +0000 (+0000) Subject: Change version to identify head version (now 2.0 dev) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1e80a6e1757541e46a4aa4a5c25e20a3eb9293b6;p=moodle.git Change version to identify head version (now 2.0 dev) --- diff --git a/version.php b/version.php index c03cb6f08b..9ca8761aa8 100644 --- a/version.php +++ b/version.php @@ -9,6 +9,6 @@ $version = 2007101000; // YYYYMMDD = date // XY = increments within a single day - $release = '1.9 Beta 2'; // Human-friendly version name + $release = '2.0 dev'; // Human-friendly version name ?>