From 2d43ffd1a934d93ba9e222f4e045b817e29a742a Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Thu, 24 Jul 2014 09:50:58 +0100 Subject: [PATCH] weekly release 2.6.4+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 34ca8c021ae..a345abe7ec4 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2013111804.01; // 20131118 = branching date YYYYMMDD - do not modify! +$version = 2013111804.02; // 20131118 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '2.6.4+ (Build: 20140717)'; // Human-friendly version name +$release = '2.6.4+ (Build: 20140724)'; // Human-friendly version name $branch = '26'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.