diff --git a/public/version.php b/public/version.php index 92aa60c40e5..67e1ed8b5c2 100644 --- a/public/version.php +++ b/public/version.php @@ -29,9 +29,9 @@ defined('MOODLE_INTERNAL') || die(); -$version = 2025100300.00; // YYYYMMDD = weekly release date of this DEV branch. +$version = 2025100600.00; // 20251006 = branching date YYYYMMDD - do not modify! // RR = release increments - 00 in DEV branches. // .XX = incremental changes. -$release = '5.1rc2 (Build: 20251003)'; // Human-friendly version name +$release = '5.1 (Build: 20251006)'; // Human-friendly version name $branch = '501'; // This version's branch. -$maturity = MATURITY_RC; // This version's maturity level. +$maturity = MATURITY_STABLE; // This version's maturity level.