]> git.mjollnir.org Git - moodle.git/commitdiff
Updating to 1.7 Beta
authormoodler <moodler>
Tue, 10 Oct 2006 06:21:59 +0000 (06:21 +0000)
committermoodler <moodler>
Tue, 10 Oct 2006 06:21:59 +0000 (06:21 +0000)
version.php

index 6207189fb976d4cbe2bef22d42bf354033c1c4a3..1dbdfa3634f92e0031b1f205d8cdc01ff8964ad5 100644 (file)
@@ -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
 
 ?>