weekly release 4.4.7+

This commit is contained in:
Huong Nguyen
2025-03-21 22:02:47 +07:00
parent 08abd7ea3b
commit 5ef6bc0d7a
+2 -2
View File
@@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die();
$version = 2024042207.01; // 20240422 = branching date YYYYMMDD - do not modify!
$version = 2024042207.02; // 20240422 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '4.4.7+ (Build: 20250318)'; // Human-friendly version name
$release = '4.4.7+ (Build: 20250321)'; // Human-friendly version name
$branch = '404'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.