Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
moodle
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
moodle
moodle
Commits
ec58cefe
Commit
ec58cefe
authored
Nov 07, 2020
by
Eloy Lafuente (stronk7)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moodle release 3.10
parent
e4cda88e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
version.php
version.php
+3
-3
No files found.
version.php
View file @
ec58cefe
...
...
@@ -29,9 +29,9 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
2020110
700.00
;
// YYYYMMDD = weekly release date of this DEV branch.
$version
=
2020110
900.00
;
// 20201109 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release
=
'3.10
rc2 (Build: 20201107
)'
;
// Human-friendly version name
$release
=
'3.10
(Build: 20201109
)'
;
// Human-friendly version name
$branch
=
'310'
;
// This version's branch.
$maturity
=
MATURITY_
RC
;
// This version's maturity level.
$maturity
=
MATURITY_
STABLE
;
// This version's maturity level.
Write
Preview
Markdown
is supported
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