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:
05fd5c4
)
weekly release 3.2dev
author
Dan Poltawski
<dan@moodle.com>
Thu, 25 Aug 2016 15:07:36 +0000
(16:07 +0100)
committer
Dan Poltawski
<dan@moodle.com>
Thu, 25 Aug 2016 15:07:36 +0000
(16:07 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
279820a
..
80037c3
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2016082500.0
0
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2016082500.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.