From 7cbed34833b02f1474407013d388dee452c8bd96 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 19 Apr 2024 17:06:31 +0700 Subject: [PATCH] Moodle release 4.4rc2 --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index c618622cf9a..951461b3fbe 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024041700.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2024041900.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.4rc1 (Build: 20240416)'; // Human-friendly version name +$release = '4.4rc2 (Build: 20240419)'; // Human-friendly version name $branch = '404'; // This version's branch. $maturity = MATURITY_RC; // This version's maturity level.