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
c6f3ecb4
Commit
c6f3ecb4
authored
Mar 05, 2021
by
Sara Arjona
Browse files
weekly release 3.10.1+
parent
573158a4
Changes
1
Show whitespace changes
Inline
Side-by-side
version.php
View file @
c6f3ecb4
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
2020110901.0
9
;
// 20201109 = branching date YYYYMMDD - do not modify!
$version
=
2020110901.
1
0
;
// 20201109 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
// .XX = incremental changes.
$release
=
'3.10.1+ (Build: 20210
226
)'
;
// Human-friendly version name
$release
=
'3.10.1+ (Build: 20210
305
)'
;
// Human-friendly version name
$branch
=
'310'
;
// This version's branch.
$branch
=
'310'
;
// This version's branch.
$maturity
=
MATURITY_STABLE
;
// This version's maturity level.
$maturity
=
MATURITY_STABLE
;
// 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