Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
prechecker
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
integration
prechecker
Commits
6480b0c1
Commit
6480b0c1
authored
8 years ago
by
Eloy Lafuente
Browse files
Options
Downloads
Patches
Plain Diff
Moodle release 2.7.15
parent
5b25976c
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
version.php
+2
-2
2 additions, 2 deletions
version.php
with
2 additions
and
2 deletions
version.php
+
2
−
2
View file @
6480b0c1
...
...
@@ -29,11 +29,11 @@
defined
(
'MOODLE_INTERNAL'
)
||
die
();
$version
=
201405121
4
.00
;
// 20140512 = branching date YYYYMMDD - do not modify!
$version
=
201405121
5
.00
;
// 20140512 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release
=
'2.7.1
4
(Build: 20160
509
)'
;
// Human-friendly version name
$release
=
'2.7.1
5
(Build: 20160
711
)'
;
// Human-friendly version name
$branch
=
'27'
;
// This version's branch.
$maturity
=
MATURITY_STABLE
;
// This version's maturity level.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment