on-demand release 3.6dev+
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 26 Oct 2018 16:06:00 +0000 (18:06 +0200)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 26 Oct 2018 16:06:00 +0000 (18:06 +0200)
version.php

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