Compare commits

..

1 Commits

Author SHA1 Message Date
Jun Pataleta ee91c6536f Moodle release 4.4 2024-04-20 15:58:15 +08:00
+3 -3
View File
@@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die();
$version = 2024041900.00; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2024042200.00; // 20240422 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '4.4rc2 (Build: 20240419)'; // Human-friendly version name
$release = '4.4 (Build: 20240422)'; // Human-friendly version name
$branch = '404'; // This version's branch.
$maturity = MATURITY_RC; // This version's maturity level.
$maturity = MATURITY_STABLE; // This version's maturity level.