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:
e326fbe
)
NOBUG: correcting pre-beta version name
author
Dan Poltawski
<dan@moodle.com>
Fri, 23 Oct 2015 12:45:44 +0000
(13:45 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Fri, 23 Oct 2015 12:46:59 +0000
(13:46 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
cc11312
..
c419c7a
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-33,7
+33,7
@@
$version = 2015102000.00; // YYYYMMDD = weekly release date o
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
-$release = '3.0dev
+
(Build: 20151020)'; // Human-friendly version name
+$release = '3.0dev (Build: 20151020)'; // Human-friendly version name
$branch = '30'; // This version's branch.
$maturity = MATURITY_ALPHA; // This version's maturity level.