]> git.mjollnir.org Git - moodle.git/commitdiff
Bump. Now we are using a permanent temp table. MDL-11347
authorstronk7 <stronk7>
Fri, 21 Sep 2007 08:53:22 +0000 (08:53 +0000)
committerstronk7 <stronk7>
Fri, 21 Sep 2007 08:53:22 +0000 (08:53 +0000)
version.php

index 59cb5878759a43c0069028d052566504e07bb07d..1c20e51ac030f13f21d0e57931ec86def0e42e2b 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 = 2007092000;  // YYYYMMDD = date
+    $version = 2007092001;  // YYYYMMDD = date
                             //       XY = increments within a single day
 
     $release = '1.9 Beta +';   // Human-friendly version name