From 52c0da7c647bd6ba8c5f61882d88959821a1fb41 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Sat, 5 Oct 2024 15:10:56 +0800 Subject: [PATCH] Moodle release 4.5 --- version.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.php b/version.php index 86cbc8d611a6b..4a12266de999d 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024100400.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2024100700.00; // 20241007 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.5rc2 (Build: 20241004)'; // Human-friendly version name +$release = '4.5 (Build: 20241007)'; // Human-friendly version name $branch = '405'; // This version's branch. -$maturity = MATURITY_RC; // This version's maturity level. +$maturity = MATURITY_STABLE; // This version's maturity level.