diff --git a/lib/setuplib.php b/lib/setuplib.php index af340a89e0c..7eedb3f07e8 100644 --- a/lib/setuplib.php +++ b/lib/setuplib.php @@ -1492,7 +1492,7 @@ function disable_output_buffering() { */ function is_major_upgrade_required() { global $CFG; - $lastmajordbchanges = 2022101400.03; // This should be the version where the breaking changes happen. + $lastmajordbchanges = 2024010400.00; // This should be the version where the breaking changes happen. $required = empty($CFG->version); $required = $required || (float)$CFG->version < $lastmajordbchanges;