mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-26644 Course - Version bump for upgrade script.
This commit is contained in:
parent
7bf602d9d3
commit
dcf6318515
@ -1985,7 +1985,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
upgrade_main_savepoint(true, 2013040201.00);
|
||||
}
|
||||
|
||||
if ($oldversion < 2013032200.00) {
|
||||
if ($oldversion < 2013040300.01) {
|
||||
|
||||
// Define field completionstartonenrol to be dropped from course.
|
||||
$table = new xmldb_table('course');
|
||||
@ -1997,7 +1997,7 @@ function xmldb_main_upgrade($oldversion) {
|
||||
}
|
||||
|
||||
// Main savepoint reached.
|
||||
upgrade_main_savepoint(true, 2013032200.00);
|
||||
upgrade_main_savepoint(true, 2013040300.01);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2013040300.00; // YYYYMMDD = weekly release date of this DEV branch
|
||||
$version = 2013040300.01; // YYYYMMDD = weekly release date of this DEV branch
|
||||
// RR = release increments - 00 in DEV branches
|
||||
// .XX = incremental changes
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user