From b2e9ca957a76bad8e271f4cf1897e1fbcfd05842 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Fri, 2 Sep 2022 08:49:16 +0400 Subject: [PATCH] weekly release 4.0.3+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 3ef03f397c1..5d8331de28b 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2022041903.01; // 20220419 = branching date YYYYMMDD - do not modify! +$version = 2022041903.02; // 20220419 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.0.3+ (Build: 20220826)'; // Human-friendly version name +$release = '4.0.3+ (Build: 20220902)'; // Human-friendly version name $branch = '400'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.