From 1724362afc491f98445a5bc28944e892b5be8cf6 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Wed, 4 Oct 2023 07:58:44 +0800 Subject: [PATCH] Moodle release 4.3rc1 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index fab955134dd..74339f2f0d0 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2023092900.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2023100400.00; // YYYYMMDD = weekly release date of this DEV branch. // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.3beta+ (Build: 20230929)'; // Human-friendly version name +$release = '4.3rc1 (Build: 20231004)'; // Human-friendly version name $branch = '403'; // This version's branch. -$maturity = MATURITY_BETA; // This version's maturity level. +$maturity = MATURITY_RC; // This version's maturity level. -- 2.11.4.GIT