Moodle release 2.6rc1 v2.6.0-rc1
authorEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 15 Nov 2013 12:21:41 +0000 (13:21 +0100)
committerEloy Lafuente (stronk7) <stronk7@moodle.org>
Fri, 15 Nov 2013 12:21:41 +0000 (13:21 +0100)
version.php

index 25e6cb5..637e251 100644 (file)
 
 defined('MOODLE_INTERNAL') || die();
 
 
 defined('MOODLE_INTERNAL') || die();
 
-$version  = 2013111500.00;              // YYYYMMDD      = weekly release date of this DEV branch.
+$version  = 2013111500.01;              // YYYYMMDD      = weekly release date of this DEV branch.
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
                                         //         RR    = release increments - 00 in DEV branches.
                                         //           .XX = incremental changes.
 
-$release  = '2.6beta+ (Build: 20131115)'; // Human-friendly version name
+$release  = '2.6rc1 (Build: 20131115)'; // Human-friendly version name
 
 $branch   = '26';                       // This version's branch.
 
 $branch   = '26';                       // This version's branch.
-$maturity = MATURITY_BETA;             // This version's maturity level.
+$maturity = MATURITY_RC;             // This version's maturity level.