MDL-55585 bump versions

This commit is contained in:
Dan Poltawski 2016-08-17 12:12:00 +01:00
parent e3c9de6831
commit 40a952bf0f
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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.