From 7beda01caeac5b97e4074a4a34a09a04dbff44e9 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 18 Apr 2023 22:29:14 +0800 Subject: [PATCH] Moodle release 4.2rc1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 57dc7722e0ea8..83e04c511436d 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2023041400.03; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2023041800.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.2beta (Build: 20230414)'; // Human-friendly version name +$release = '4.2rc1 (Build: 20230418)'; // Human-friendly version name $branch = '402'; // This version's branch. -$maturity = MATURITY_BETA; // This version's maturity level. +$maturity = MATURITY_RC; // This version's maturity level.