The conditional topics changes need users to go to /admin/index.php
*/
function redirect_if_major_upgrade_required() {
global $CFG;
- $lastmajordbchanges = 2010111700;
+ $lastmajordbchanges = 2012051700;
if (empty($CFG->version) or (int)$CFG->version < $lastmajordbchanges or
during_initial_install() or !empty($CFG->adminsetuppending)) {
try {
defined('MOODLE_INTERNAL') || die();
-$version = 2012051100.03; // YYYYMMDD = weekly release date of this DEV branch
+$version = 2012051700.00; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes