From 4c6f1ec52ec995a1f229c65e508e588dd1a5d357 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Thu, 4 Jul 2013 15:34:24 +0800 Subject: [PATCH] weekly release 2.5+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 394c58e80bd..559bb6d283b 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013051400.08; // 20130514 = branching date YYYYMMDD - do not modify! +$version = 2013051400.09; // 20130514 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches // .XX = incremental changes -$release = '2.5+ (Build: 20130627)'; // Human-friendly version name +$release = '2.5+ (Build: 20130704)'; // Human-friendly version name $branch = '25'; // this version's branch $maturity = MATURITY_STABLE; // this version's maturity level -- 2.11.4.GIT