]> git.mjollnir.org Git - moodle.git/commitdiff
Updated version for 1.0.5 release
authormartin <martin>
Fri, 27 Sep 2002 13:40:17 +0000 (13:40 +0000)
committermartin <martin>
Fri, 27 Sep 2002 13:40:17 +0000 (13:40 +0000)
version.php

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