From: stronk7 Date: Fri, 21 Sep 2007 08:53:22 +0000 (+0000) Subject: Bump. Now we are using a permanent temp table. MDL-11347 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=81267fcb15a3d08795b0cde07459286bb0631348;p=moodle.git Bump. Now we are using a permanent temp table. MDL-11347 --- diff --git a/version.php b/version.php index 59cb587875..1c20e51ac0 100644 --- a/version.php +++ b/version.php @@ -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