MDL-35116 - update version numbers

This commit is contained in:
Dan Poltawski 2012-10-29 14:08:28 +08:00
parent d8271e3908
commit c28717d913
2 changed files with 3 additions and 3 deletions

View File

@ -1260,12 +1260,12 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2012101500.01);
}
if ($oldversion < 2012101800.01) {
if ($oldversion < 2012101800.02) {
// Renaming backups using previous file naming convention.
upgrade_rename_old_backup_files_using_shortname();
// Main savepoint reached.
upgrade_main_savepoint(true, 2012101800.01);
upgrade_main_savepoint(true, 2012101800.02);
}
return true;

View File

@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2012101800.01; // YYYYMMDD = weekly release date of this DEV branch
$version = 2012101800.02; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes