weekly release 4.5.1+

This commit is contained in:
Huong Nguyen 2025-01-16 23:46:34 +07:00
parent dc17e7802f
commit e6c92dc291
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A

View file

@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$version = 2024100701.05; // 20241007 = branching date YYYYMMDD - do not modify! $version = 2024100701.06; // 20241007 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches. // RR = release increments - 00 in DEV branches.
// .XX = incremental changes. // .XX = incremental changes.
$release = '4.5.1+ (Build: 20250109)'; // Human-friendly version name $release = '4.5.1+ (Build: 20250117)'; // Human-friendly version name
$branch = '405'; // This version's branch. $branch = '405'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level. $maturity = MATURITY_STABLE; // This version's maturity level.