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
|
combined
(merge:
224789b
82f5802
)
Merge branch 'MDL-56754-master' of git://github.com/jleyva/moodle
author
Andrew Nicols
<andrew@nicols.co.uk>
Thu, 10 Nov 2016 00:27:35 +0000
(08:27 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Thu, 10 Nov 2016 00:29:04 +0000
(08:29 +0800)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
24a6eac
,
84c1ef8
..
674abc8
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2016110801.02; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2016110400.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2016111000.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.