Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
fb8bd4ee
Commit
fb8bd4ee
authored
May 08, 2016
by
Eloy Lafuente
Browse files
Moodle release 2.7.14
parent
764a3774
Changes
1
Hide whitespace changes
Inline
Side-by-side
version.php
View file @
fb8bd4ee
...
...
@@ -29,11 +29,11 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
201405121
3
.0
2
;
// 20140512 = branching date YYYYMMDD - do not modify!
$version
=
201405121
4
.0
0
;
// 20140512 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release
=
'2.7.1
3+
(Build: 20160
42
9)'
;
// Human-friendly version name
$release
=
'2.7.1
4
(Build: 20160
50
9)'
;
// Human-friendly version name
$branch
=
'27'
;
// This version's branch.
$maturity
=
MATURITY_STABLE
;
// This version's maturity level.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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