From 45f4833f9090b83126ab7d127e2212909ea8448c Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 14 Oct 2014 18:03:14 +0100 Subject: [PATCH] weekly release 2.7.2+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 9d455f6b327d3..399ce8f30d06a 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2014051202.05; // 20140512 = branching date YYYYMMDD - do not modify! +$version = 2014051202.06; // 20140512 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '2.7.2+ (Build: 20141010)'; // Human-friendly version name +$release = '2.7.2+ (Build: 20141015)'; // Human-friendly version name $branch = '27'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.