MDL-29332 versions: Force bump becuase patch ones were matching upstream

This commit is contained in:
Eloy Lafuente (stronk7)
2016-09-19 12:03:49 +02:00
parent b11daeca71
commit 350b6ce426
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -4700,7 +4700,7 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2015111605.07);
}
if ($oldversion < 2015111606.01) {
if ($oldversion < 2015111606.02) {
// Define index attemptstepid-name (unique) to be dropped from question_attempt_step_data.
$table = new xmldb_table('question_attempt_step_data');
@@ -4712,7 +4712,7 @@ function xmldb_main_upgrade($oldversion) {
}
// Main savepoint reached.
upgrade_main_savepoint(true, 2015111606.01);
upgrade_main_savepoint(true, 2015111606.02);
}
return true;
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2015111606.01; // 20151116 = branching date YYYYMMDD - do not modify!
$version = 2015111606.02; // 20151116 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.