From 149a4779030de22fbe21bd70d35e1eea017d9ed4 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 25 Oct 2024 08:35:54 +0700 Subject: [PATCH] weekly release 4.5+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 2ff9d25ac24..ec4f31dc9c0 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2024100700.02; // 20241007 = branching date YYYYMMDD - do not modify! +$version = 2024100700.03; // 20241007 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '4.5+ (Build: 20241018)'; // Human-friendly version name +$release = '4.5+ (Build: 20241025)'; // Human-friendly version name $branch = '405'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.