From 88b51a719e9fc1b668f65c9eea114153748f02f9 Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Thu, 21 Nov 2013 19:33:23 +0100 Subject: [PATCH] weekly release 2.3.10+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index b0dea02c4bc..5903de33b96 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2012062510.01; // 20120625 = branching date YYYYMMDD - do not modify! +$version = 2012062510.02; // 20120625 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.3.10+ (Build: 20131115)'; // Human-friendly version name +$release = '2.3.10+ (Build: 20131122)'; // Human-friendly version name $branch = '23'; // this version's branch $maturity = MATURITY_STABLE; // this version's maturity level -- 2.43.0