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:
5cfcc6a
)
weekly release 2.6dev
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Sat, 7 Sep 2013 12:20:07 +0000
(14:20 +0200)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Sat, 7 Sep 2013 12:20:07 +0000
(14:20 +0200)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
d74c317
..
ff7cbbc
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-33,7
+33,7
@@
$version = 2013090500.00; // YYYYMMDD = weekly release date o
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '2.6dev (Build: 2013090
5
)'; // Human-friendly version name
+$release = '2.6dev (Build: 2013090
7
)'; // Human-friendly version name
$branch = '26'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.