diff --git a/lib/setuplib.php b/lib/setuplib.php index 3572a0c1736..9829426c974 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -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 { diff --git a/version.php b/version.php index d4b078799ad..adc3726a4bb 100644 --- a/version.php +++ b/version.php @@ -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.