on-demand release 3.6dev+
authorDavid Monllao <davidm@moodle.com>
Tue, 23 Oct 2018 14:42:13 +0000 (16:42 +0200)
committerDavid Monllao <davidm@moodle.com>
Tue, 23 Oct 2018 14:42:13 +0000 (16:42 +0200)
version.php

index 0e89d0a..3671228 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2018102300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2018102300.01;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '3.6dev+ (Build: 20181019)'; // Human-friendly version name
+$release  = '3.6dev+ (Build: 20181023)'; // Human-friendly version name
 
 $branch   = '36';                       // This version's branch.
 $maturity = MATURITY_ALPHA;             // This version's maturity level.