on-demand release 4.2dev+

This commit is contained in:
Sara Arjona
2023-04-06 14:03:11 +02:00
parent 78116a0ceb
commit bd2de8edf6
+2 -2
View File
@@ -29,9 +29,9 @@
defined('MOODLE_INTERNAL') || die();
$version = 2023040400.02; // YYYYMMDD = weekly release date of this DEV branch.
$version = 2023040600.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '4.2dev+ (Build: 20230401)'; // Human-friendly version name
$release = '4.2dev+ (Build: 20230406)'; // Human-friendly version name
$branch = '402'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.