MDL-31989 version: proper bump
authorDan Poltawski <dan@moodle.com>
Tue, 23 Feb 2016 12:11:39 +0000 (12:11 +0000)
committerDan Poltawski <dan@moodle.com>
Tue, 23 Feb 2016 12:11:39 +0000 (12:11 +0000)
version.php

index 88b6738..02ee5ae 100644 (file)
@@ -29,7 +29,7 @@
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2016022100.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2016022300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.