From b798633ae074eddd581724d0c5b1cdba01b9d909 Mon Sep 17 00:00:00 2001 From: Ilya Tregubov Date: Tue, 16 Apr 2024 17:14:27 +0800 Subject: [PATCH] Moodle release 4.4rc1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index b882e073fd3c1..9b11b6e2b3459 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024041200.01; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2024041600.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.4beta (Build: 20240412)'; // Human-friendly version name +$release = '4.4rc1 (Build: 20240416)'; // Human-friendly version name $branch = '404'; // This version's branch. -$maturity = MATURITY_BETA; // This version's maturity level. +$maturity = MATURITY_RC; // This version's maturity level.