From 2d5303cbe72574a1d494f6ed1ad55bf7ae0c6542 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 10 May 2013 17:29:20 +0200 Subject: [PATCH] Moodle release 2.5rc1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 7872b60a5f9..de736cb8350 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013050900.00; // YYYYMMDD = weekly release date of this DEV branch +$version = 2013051000.00; // YYYYMMDD = weekly release date of this DEV branch // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.5beta+ (Build: 20130502)';// Human-friendly version name +$release = '2.5rc1 (Build: 20130510)'; // Human-friendly version name $branch = '25'; // this version's branch -$maturity = MATURITY_BETA; // this version's maturity level +$maturity = MATURITY_RC; // this version's maturity level -- 2.11.4.GIT