From a31f5830bd5b65c79b7be4c8783499258653b3d3 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 24 Feb 2023 15:43:22 +0800 Subject: [PATCH] weekly release 4.1.1+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e9c335ed721..cf0b5a03c0a 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2022112801.05; // 20221128 = branching date YYYYMMDD - do not modify! +$version = 2022112801.06; // 20221128 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.1.1+ (Build: 20230217)'; // Human-friendly version name +$release = '4.1.1+ (Build: 20230224)'; // Human-friendly version name $branch = '401'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level. -- 2.11.4.GIT