]> git.mjollnir.org Git - moodle.git/commitdiff
bumping up version to change int(11) to int(10)
authortoyomoyo <toyomoyo>
Mon, 10 Apr 2006 06:26:59 +0000 (06:26 +0000)
committertoyomoyo <toyomoyo>
Mon, 10 Apr 2006 06:26:59 +0000 (06:26 +0000)
version.php

index c68ad30e8878672bc5b8df506c510ab434ccef7e..441746e345b87fecd0184a13591bb0616bdaef42 100644 (file)
@@ -6,7 +6,7 @@
 // This is compared against the values stored in the database to determine
 // whether upgrades should be performed (see lib/db/*.php)
 
-   $version = 2006040500;  // YYYYMMDD = date
+   $version = 2006041000;  // YYYYMMDD = date
                            //       XY = increments within a single day
 
    $release = '1.6 Beta 2';    // Human-friendly version name