From dca920d105f2ca4c9ced7e1e9cce9feabbed3aa7 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Tue, 1 Nov 2022 15:00:01 +0300 Subject: [PATCH] weekly release 4.0.4+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 8dfbe42fb62..0dc57e1e10a 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2022041904.11; // 20220419 = branching date YYYYMMDD - do not modify! +$version = 2022041904.12; // 20220419 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.0.4+ (Build: 20221028)'; // Human-friendly version name +$release = '4.0.4+ (Build: 20221101)'; // Human-friendly version name $branch = '400'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.