defined('MOODLE_INTERNAL') || die();
-$plugin->version = 2014042200; // The current module version (Date: YYYYMMDDXX)
+$plugin->version = 2014042201; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2013110500; // Requires this Moodle version
$plugin->component = 'mod_forum'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 60;
defined('MOODLE_INTERNAL') || die();
-$version = 2014050200.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2014050200.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.