Skip to content

Commit

Permalink
MDL-34121 bump versions to efectively get the upgrade performed.
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jul 2, 2012
1 parent e2710cb commit 50dfe52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -7089,7 +7089,7 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2011120503.03);
}

if ($oldversion < 2011120503.08) {
if ($oldversion < 2011120503.09) {
// Drop some old backup tables, not used anymore

// Define table backup_files to be dropped
Expand All @@ -7109,7 +7109,7 @@ function xmldb_main_upgrade($oldversion) {
}

// Main savepoint reached
upgrade_main_savepoint(true, 2011120503.08);
upgrade_main_savepoint(true, 2011120503.09);
}

return true;
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
defined('MOODLE_INTERNAL') || die();


$version = 2011120503.08; // 20111205 = branching date YYYYMMDD - do not modify!
$version = 2011120503.09; // 20111205 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches
// .XX = incremental changes

Expand Down

0 comments on commit 50dfe52

Please sign in to comment.