Skip to content

Commit

Permalink
MDL-66609 core: Version bump for h5p
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 29, 2019
1 parent 08460f2 commit 6850374
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 @@ -3638,7 +3638,7 @@ function xmldb_main_upgrade($oldversion) {
upgrade_main_savepoint(true, 2019101800.02);
}

if ($oldversion < 2019102500.01) {
if ($oldversion < 2019102500.04) {
// Define table h5p_libraries to be created.
$table = new xmldb_table('h5p_libraries');

Expand Down Expand Up @@ -3751,7 +3751,7 @@ function xmldb_main_upgrade($oldversion) {
}

// Main savepoint reached.
upgrade_main_savepoint(true, 2019102500.01);
upgrade_main_savepoint(true, 2019102500.04);
}

return true;
Expand Down
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

defined('MOODLE_INTERNAL') || die();

$version = 2019102500.03; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2019102500.04; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.

Expand Down

0 comments on commit 6850374

Please sign in to comment.