keeping version number in sync

This commit is contained in:
toyomoyo 2007-11-08 05:52:47 +00:00
parent a5b08715a7
commit e4065e84e3
2 changed files with 2 additions and 2 deletions

View File

@ -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');
}

View 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 = 2007110800; // YYYYMMDD = date
$version = 2007101503; // YYYYMMDD = date
// XY = increments within a single day
$release = '2.0 dev'; // Human-friendly version name