weekly release 3.1dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 3 Dec 2015 18:40:42 +0000 (19:40 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Thu, 3 Dec 2015 18:40:42 +0000 (19:40 +0100)
version.php

index 75a581e..b7bfddf 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2015120100.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2015120400.00;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '3.1dev (Build: 20151126)'; // Human-friendly version name
+$release  = '3.1dev (Build: 20151204)'; // Human-friendly version name
 
 $branch   = '31';                       // This version's branch.
 $maturity = MATURITY_ALPHA;             // This version's maturity level.