MDL-30106 forum: Bump version number (upgrading service and installing new ws)

This commit is contained in:
Juan Leyva 2014-05-02 11:22:29 +02:00
parent e2ede4262f
commit 4ed1546154
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
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;

View File

@ -29,7 +29,7 @@
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.