From 6bc92d4ba4ed87cc0de02a388b1a2fc29f894ce6 Mon Sep 17 00:00:00 2001 From: Shamim Rezaie Date: Fri, 12 Sep 2025 18:34:48 +1000 Subject: [PATCH] weekly release 5.0.2+ --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 1a67ce50ae5..06e4a092c56 100644 --- a/version.php +++ b/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2025041402.08; // 20250414 = branching date YYYYMMDD - do not modify! +$version = 2025041402.09; // 20250414 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '5.0.2+ (Build: 20250909)'; // Human-friendly version name +$release = '5.0.2+ (Build: 20250912)'; // Human-friendly version name $branch = '500'; // This version's branch. $maturity = MATURITY_STABLE; // This version's maturity level.