From 71e351ec79662f3bf221d051496ff94d7da221df Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Fri, 6 Jul 2018 14:05:10 +0800 Subject: [PATCH] weekly release 3.4.3+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 0e3f69aabdc..3379e413249 100644 --- a/version.php +++ b/version.php @@ -29,11 +29,11 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2017111303.08; // 20171113 = branching date YYYYMMDD - do not modify! +$version = 2017111303.09; // 20171113 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '3.4.3+ (Build: 20180628)'; // Human-friendly version name +$release = '3.4.3+ (Build: 20180706)'; // Human-friendly version name $branch = '34'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.