From: moodler Date: Tue, 10 Oct 2006 06:21:59 +0000 (+0000) Subject: Updating to 1.7 Beta X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4139c81ab8aca2dcd1fdd28292602ccaeaf90170;p=moodle.git Updating to 1.7 Beta --- diff --git a/version.php b/version.php index 6207189fb9..1dbdfa3634 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 = 2006100601; // YYYYMMDD = date + $version = 2006101000; // YYYYMMDD = date // XY = increments within a single day - $release = '1.7 dev'; // Human-friendly version name + $release = '1.7 beta'; // Human-friendly version name ?>