MDL-56902 version: Triggering a major upgrade

This commit is contained in:
David Monllao
2016-11-23 11:50:26 +08:00
parent b3440a13cc
commit d5c2829b06
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1391,7 +1391,7 @@ function disable_output_buffering() {
*/
function redirect_if_major_upgrade_required() {
global $CFG;
$lastmajordbchanges = 2016112200.01;
$lastmajordbchanges = 2016112200.03;
if (empty($CFG->version) or (float)$CFG->version < $lastmajordbchanges or
during_initial_install() or !empty($CFG->adminsetuppending)) {
try {
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2016112200.02; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2016112200.03; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.