weekly back-to-dev release 3.5dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 11 Nov 2017 18:41:57 +0000 (19:41 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Sat, 11 Nov 2017 18:41:57 +0000 (19:41 +0100)
version.php

index 9bb0baf..4303ecd 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2017111300.00;              // 20171113      = branching date YYYYMMDD - do not modify!
+$version  = 2017111300.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '3.4 (Build: 20171113)'; // Human-friendly version name
+$release  = '3.5dev (Build: 20171113)'; // Human-friendly version name
 
-$branch   = '34';                       // This version's branch.
-$maturity = MATURITY_STABLE;             // This version's maturity level.
+$branch   = '35';                       // This version's branch.
+$maturity = MATURITY_ALPHA;             // This version's maturity level.