weekly release 2.5dev
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 3 Dec 2012 19:05:30 +0000 (20:05 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Mon, 3 Dec 2012 19:05:30 +0000 (20:05 +0100)
version.php

index 5ec04ae..1b0aee4 100644 (file)
 defined('MOODLE_INTERNAL') || die();
 
 
-$version  = 2012120300.00;              // 20121203      = branching date YYYYMMDD - do not modify!
+$version  = 2012120300.00;              // YYYYMMDD      = weekly release date of this DEV branch
                                         //         RR    = release increments - 00 in DEV branches
                                         //           .XX = incremental changes
 
-$release  = '2.4 (Build: 20121203)';    // Human-friendly version name
+$release  = '2.5dev (Build: 20121203)'; // Human-friendly version name
 
-$branch   = '24';                       // this version's branch
-$maturity = MATURITY_STABLE;            // this version's maturity level
+$branch   = '25';                       // this version's branch
+$maturity = MATURITY_ALPHA;             // this version's maturity level