From: Eloy Lafuente (stronk7) Date: Fri, 15 Nov 2013 12:21:41 +0000 (+0100) Subject: Moodle release 2.6rc1 X-Git-Tag: v2.6.0-rc1^0 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=5e6da548d7b5167aa26f8d3c0bbad2f27bb020a3 Moodle release 2.6rc1 --- diff --git a/version.php b/version.php index 25e6cb5d70e..637e251ca83 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ 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. -$release = '2.6beta+ (Build: 20131115)'; // Human-friendly version name +$release = '2.6rc1 (Build: 20131115)'; // Human-friendly version name $branch = '26'; // This version's branch. -$maturity = MATURITY_BETA; // This version's maturity level. +$maturity = MATURITY_RC; // This version's maturity level.