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:
cd2cfb5
)
on-demand release 2.8beta+
author
Dan Poltawski
<dan@moodle.com>
Fri, 17 Oct 2014 15:02:28 +0000
(16:02 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Fri, 17 Oct 2014 15:02:28 +0000
(16:02 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
da6ae39
..
bdbb2bc
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2014101700.0
0
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2014101700.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.