mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-35116 - update version numbers
This commit is contained in:
parent
d8271e3908
commit
c28717d913
@ -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;
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user