From: moodler Date: Tue, 10 Oct 2006 08:31:44 +0000 (+0000) Subject: Bumped to launch into 1.8 dev X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=39ec6a6f4b12c3d1e287b3c6f53520573c205cec;p=moodle.git Bumped to launch into 1.8 dev --- diff --git a/version.php b/version.php index 1dbdfa3634..7f7bf0326f 100644 --- a/version.php +++ b/version.php @@ -6,9 +6,9 @@ // This is compared against the values stored in the database to determine // whether upgrades should be performed (see lib/db/*.php) - $version = 2006101000; // YYYYMMDD = date + $version = 2006101001; // YYYYMMDD = date // XY = increments within a single day - $release = '1.7 beta'; // Human-friendly version name + $release = '1.8 dev'; // Human-friendly version name ?>