mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
Moodle release 4.3beta
This commit is contained in:
parent
b9172e35e7
commit
83b4c96cad
@ -29,9 +29,9 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$version = 2023092000.01; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
$version = 2023092300.00; // YYYYMMDD = weekly release date of this DEV branch.
|
||||
// RR = release increments - 00 in DEV branches.
|
||||
// .XX = incremental changes.
|
||||
$release = '4.3dev+ (Build: 20230920)'; // Human-friendly version name
|
||||
$release = '4.3beta (Build: 20230923)'; // Human-friendly version name
|
||||
$branch = '403'; // This version's branch.
|
||||
$maturity = MATURITY_ALPHA; // This version's maturity level.
|
||||
$maturity = MATURITY_BETA; // This version's maturity level.
|
||||
|
Loading…
x
Reference in New Issue
Block a user