From 3ee8703317edf21aaff12c4aa7526152b07bb29b Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Fri, 8 May 2015 12:16:23 +0200 Subject: [PATCH] Moodle release 2.9rc2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 95cd0ec600a..8d8afc141f1 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2015050500.01; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2015050800.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '2.9rc1 (Build: 20150505)'; // Human-friendly version name +$release = '2.9rc2 (Build: 20150508)'; // Human-friendly version name $branch = '29'; // This version's branch. $maturity = MATURITY_RC; // This version's maturity level. -- 2.43.0