MDL-59512 version: Following 2 digits scheme

This commit is contained in:
David Monllao
2017-11-22 13:24:31 +01:00
parent eee87c8a24
commit e968cf1def
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2811,7 +2811,7 @@ function xmldb_main_upgrade($oldversion) {
// Automatically generated Moodle v3.4.0 release upgrade line.
// Put any upgrade step following this.
if ($oldversion < 2017111300.011) {
if ($oldversion < 2017111300.02) {
// Define field basicauth to be added to oauth2_issuer.
$table = new xmldb_table('oauth2_issuer');
@@ -2823,7 +2823,7 @@ function xmldb_main_upgrade($oldversion) {
}
// Main savepoint reached.
upgrade_main_savepoint(true, 2017111300.011);
upgrade_main_savepoint(true, 2017111300.02);
}
return true;
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2017111300.011; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2017111300.02; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.