]> git.mjollnir.org Git - moodle.git/commitdiff
updated version numbers for beta 1 release
authormartin <martin>
Wed, 25 Sep 2002 07:40:07 +0000 (07:40 +0000)
committermartin <martin>
Wed, 25 Sep 2002 07:40:07 +0000 (07:40 +0000)
version.php

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