Skip to content

Commit

Permalink
MDL-35116 - update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed Oct 29, 2012
1 parent d8271e3 commit c28717d
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 @@ -1260,12 +1260,12 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2012101500.01);
}

if ($oldversion < 2012101800.01) {
if ($oldversion < 2012101800.02) {
// Renaming backups using previous file naming convention.
upgrade_rename_old_backup_files_using_shortname();

// Main savepoint reached.
upgrade_main_savepoint(true, 2012101800.01);
upgrade_main_savepoint(true, 2012101800.02);
}

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 = 2012101800.01; // YYYYMMDD = weekly release date of this DEV branch
$version = 2012101800.02; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes

Expand Down

0 comments on commit c28717d

Please sign in to comment.