MDL-30106 forum: Bump version number (upgrading service and installing new ws)
authorJuan Leyva <juanleyvadelgado@gmail.com>
Fri, 2 May 2014 09:22:29 +0000 (11:22 +0200)
committerJuan Leyva <juanleyvadelgado@gmail.com>
Mon, 5 May 2014 09:56:43 +0000 (11:56 +0200)
mod/forum/version.php
version.php

index b278e3f..ecb0e9c 100644 (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;
index 5362e6a..224d51f 100644 (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.