From d8a1a67fd79acefe59db62bea214d00149bf068b Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 26 Jul 2024 13:35:36 +0800 Subject: [PATCH] weekly release 4.4.1+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index aec503c1b042f..83534097ea897 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024042201.06; // 20240422 = branching date YYYYMMDD - do not modify! +$version = 2024042201.07; // 20240422 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.4.1+ (Build: 20240719)'; // Human-friendly version name +$release = '4.4.1+ (Build: 20240726)'; // Human-friendly version name $branch = '404'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.