]> git.mjollnir.org Git - moodle.git/commitdiff
Updated version and release
authormartin <martin>
Thu, 26 Sep 2002 11:44:06 +0000 (11:44 +0000)
committermartin <martin>
Thu, 26 Sep 2002 11:44:06 +0000 (11:44 +0000)
version.php

index 3934ae9f7a9100e829f5c94b51deea8b83da8562..39db212b8455ee0c5bfec962fd96317adbd4511b 100644 (file)
@@ -21,7 +21,7 @@
 $version = 2002092600;   // The current version is a date (YYYYMMDDXX) where 
                          //    XX is a number that increments during the day
 
-$release = "1.0.5 beta 2 dev";      // For humans only, not used for the upgrade process
+$release = "1.0.5 beta 2";      // For humans only, not used for the upgrade process
 
 function upgrade_moodle($oldversion=0) {