From cbb12cf9724a0d7248a9ab81eea51fbb3a1eb59c Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 11 Jan 2014 15:57:08 +0100 Subject: [PATCH] Moodle release 2.3.11 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 5903de33b96..ad80605903c 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2012062510.02; // 20120625 = branching date YYYYMMDD - do not modify! +$version = 2012062511.00; // 20120625 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.3.10+ (Build: 20131122)'; // Human-friendly version name +$release = '2.3.11 (Build: 20140113)'; // Human-friendly version name $branch = '23'; // this version's branch $maturity = MATURITY_STABLE; // this version's maturity level