]> git.mjollnir.org Git - moodle.git/commitdiff
Bump to Beta 2 level
authormoodler <moodler>
Wed, 10 Oct 2007 16:33:04 +0000 (16:33 +0000)
committermoodler <moodler>
Wed, 10 Oct 2007 16:33:04 +0000 (16:33 +0000)
version.php

index 8acaa2913a0f322d659bea57c6b88cf840457bab..c03cb6f08b53c99b4c11fab5c756c0f14c9f0606 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 = 2007100903;  // YYYYMMDD = date
+    $version = 2007101000;  // YYYYMMDD = date
                             //       XY = increments within a single day
 
-    $release = '1.9 Beta +';   // Human-friendly version name
+    $release = '1.9 Beta 2';   // Human-friendly version name
 
 ?>