weekly release 4.5.4+

This commit is contained in:
Huong Nguyen
2025-05-02 09:16:23 +07:00
parent c22c1099d8
commit a57387fe2d
+2 -2
View File
@@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die();
$version = 2024100704.02; // 20241007 = branching date YYYYMMDD - do not modify!
$version = 2024100704.03; // 20241007 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '4.5.4+ (Build: 20250424)'; // Human-friendly version name
$release = '4.5.4+ (Build: 20250502)'; // Human-friendly version name
$branch = '405'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.