Moodle release 4.4rc1

This commit is contained in:
Ilya Tregubov 2024-04-16 17:14:27 +08:00
parent 7cb20672a7
commit b798633ae0

View File

@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die();
$version = 2024041200.01; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2024041600.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '4.4beta (Build: 20240412)'; // Human-friendly version name
$release = '4.4rc1 (Build: 20240416)'; // Human-friendly version name
$branch = '404'; // This version's branch.
$maturity = MATURITY_BETA; // This version's maturity level.
$maturity = MATURITY_RC; // This version's maturity level.