Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a89ce43
)
weekly release 2.7dev
author
Sam Hemelryk
<sam@moodle.com>
Tue, 24 Dec 2013 04:17:29 +0000
(17:17 +1300)
committer
Sam Hemelryk
<sam@moodle.com>
Tue, 24 Dec 2013 04:17:29 +0000
(17:17 +1300)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
6a3a1eb
..
1b30ffb
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,11
+29,11
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2013122
0
00.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2013122
4
00.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '2.7dev (Build: 2013122
0
)'; // Human-friendly version name
+$release = '2.7dev (Build: 2013122
4
)'; // Human-friendly version name
$branch = '27'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.
$branch = '27'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.