Because of a wrong merge, main $version (in version.php) was
reverted from
20150407 back to
20150402, leading to messages
about running older code than version in DB. By bumping main
$versionto
20150408 all problems should be left behind.
defined('MOODLE_INTERNAL') || die();
-$version = 2015040200.06; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2015040800.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.