Skip to content

Commit 1e89ba2

Browse files
committed
Moodle release 5.0rc1
1 parent 8bcbf6e commit 1e89ba2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929

3030
defined('MOODLE_INTERNAL') || die();
3131

32-
$version = 2025040100.02; // YYYYMMDD = weekly release date of this DEV branch.
32+
$version = 2025040400.00; // YYYYMMDD = weekly release date of this DEV branch.
3333
// RR = release increments - 00 in DEV branches.
3434
// .XX = incremental changes.
35-
$release = '5.0beta (Build: 20250401)'; // Human-friendly version name
35+
$release = '5.0rc1 (Build: 20250404)'; // Human-friendly version name
3636
$branch = '500'; // This version's branch.
37-
$maturity = MATURITY_BETA; // This version's maturity level.
37+
$maturity = MATURITY_RC; // This version's maturity level.

0 commit comments

Comments
 (0)