]> git.mjollnir.org Git - moodle.git/commitdiff
Checking in the current release number for CVS users
authormartin <martin>
Fri, 6 Sep 2002 15:17:44 +0000 (15:17 +0000)
committermartin <martin>
Fri, 6 Sep 2002 15:17:44 +0000 (15:17 +0000)
version.php

index 7899f9ea768fe51ce4bc6a6055f21cba096be203..e6c70e9fdb1f726979b25ce0440f650cf961b5ec 100644 (file)
@@ -21,7 +21,7 @@
 $version = 2002090501;   // The current version is a date (YYYYMMDDXX) where 
                          //    XX is a number that increments during the day
 
-$release = "1.0.3.1";    // For humans only, not used for the upgrade process
+$release = "1.0.4 beta";      // For humans only, not used for the upgrade process
 
 function upgrade_moodle($oldversion=0) {