From: toyomoyo Date: Thu, 8 Nov 2007 05:52:47 +0000 (+0000) Subject: keeping version number in sync X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=e4065e84e3907516256e08183ed0a7d8480d240a;p=moodle.git keeping version number in sync --- diff --git a/lib/db/upgrade.php b/lib/db/upgrade.php index 587bad6310..52b4ca7683 100644 --- a/lib/db/upgrade.php +++ b/lib/db/upgrade.php @@ -2599,7 +2599,7 @@ function xmldb_main_upgrade($oldversion=0) { upgrade_main_savepoint($result, 2007101502); } - if ($result && $oldversion < 2007110800) { + if ($result && $oldversion < 2007101503) { // Update courses that used weekscss to weeks $result = $result && set_field('course', 'format', 'weeks', 'format', 'weekscss'); } diff --git a/version.php b/version.php index a0a12e03d5..9d234f5631 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 = 2007110800; // YYYYMMDD = date + $version = 2007101503; // YYYYMMDD = date // XY = increments within a single day $release = '2.0 dev'; // Human-friendly version name