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:
890262a
)
weekly release 2.9dev
author
Dan Poltawski
<dan@moodle.com>
Thu, 9 Apr 2015 09:26:56 +0000
(10:26 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 9 Apr 2015 09:26:56 +0000
(10:26 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
0a1c7a7
..
66b2ad1
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,11
+29,11
@@
defined('MOODLE_INTERNAL') || die();
defined('MOODLE_INTERNAL') || die();
-$version = 2015040
8
00.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2015040
9
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.9dev (Build: 2015040
2
)'; // Human-friendly version name
+$release = '2.9dev (Build: 2015040
9
)'; // Human-friendly version name
$branch = '29'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.
$branch = '29'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.