mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-55585 bump versions
This commit is contained in:
parent
e3c9de6831
commit
40a952bf0f
@ -2072,7 +2072,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
// Moodle v3.1.0 release upgrade line.
|
||||
// Put any upgrade step following this.
|
||||
|
||||
if ($oldversion < 2016081100.01) {
|
||||
if ($oldversion < 2016081700.00) {
|
||||
|
||||
// If someone is emotionally attached to it let's leave the config (basically the version) there.
|
||||
if (!file_exists($CFG->dirroot . '/report/search/classes/output/form.php')) {
|
||||
@ -2080,7 +2080,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
// Savepoint reached.
|
||||
upgrade_main_savepoint(true, 2016081100.01);
|
||||
upgrade_main_savepoint(true, 2016081700.00);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2016081100.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2016081700.00; // 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