MDL-52811 version: Bump to update system capabilities and lang str
authorDavid Monllao <davidm@moodle.com>
Wed, 7 Feb 2018 06:57:18 +0000 (07:57 +0100)
committerDavid Monllao <davidm@moodle.com>
Wed, 7 Feb 2018 06:57:18 +0000 (07:57 +0100)
version.php

index 8ffb816..c1735e0 100644 (file)
@@ -29,7 +29,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2018020600.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2018020600.01;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.