Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
moodle
moodle
Commits
f62cd448
Commit
f62cd448
authored
Apr 08, 2022
by
ilya
Browse files
Moodle release 4.0rc1
parent
50e9313a
Changes
1
Hide whitespace changes
Inline
Side-by-side
version.php
View file @
f62cd448
...
...
@@ -29,9 +29,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
2022040
5
00.00
;
// YYYYMMDD = weekly release date of this DEV branch.
$version
=
2022040
8
00.00
;
// YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release
=
'4.0
beta+
(Build: 2022040
5
)'
;
// Human-friendly version name
$release
=
'4.0
rc1
(Build: 2022040
8
)'
;
// Human-friendly version name
$branch
=
'400'
;
// This version's branch.
$maturity
=
MATURITY_
BETA
;
// This version's maturity level.
$maturity
=
MATURITY_
RC
;
// This version's maturity level.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment