From ee91c6536f99e1633e2245780c4fe7f47340ed66 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Sat, 20 Apr 2024 15:58:15 +0800 Subject: [PATCH] Moodle release 4.4 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 951461b3fbe..b361a9b019a 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024041900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2024042200.00; // 20240422 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.4rc2 (Build: 20240419)'; // Human-friendly version name +$release = '4.4 (Build: 20240422)'; // Human-friendly version name $branch = '404'; // This version's branch. -$maturity = MATURITY_RC; // This version's maturity level. +$maturity = MATURITY_STABLE; // This version's maturity level.