]> git.mjollnir.org Git - moodle.git/commitdiff
New version number for development
authormoodler <moodler>
Wed, 2 Oct 2002 14:43:04 +0000 (14:43 +0000)
committermoodler <moodler>
Wed, 2 Oct 2002 14:43:04 +0000 (14:43 +0000)
version.php

index a9a65a76e3aae73424e4afd8ca09dcfb4f416749..d04d31a44c537f3b5e5fc49721c5a8ec73a174a9 100644 (file)
 // If there's something it cannot do itself, it 
 // will tell you what you need to do.
 
-$version = 2002092700;   // The current version is a date (YYYYMMDDXX) where 
+$version = 2002100200;   // The current version is a date (YYYYMMDDXX) where 
                          //    XX is a number that increments during the day
 
-$release = "1.0.5";      // For humans only, not used for the upgrade process
+$release = "1.0.6 dev";      // For humans only, not used for the upgrade process
 
 function upgrade_moodle($oldversion=0) {