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:
d6c8732
b90843c
)
Merge branch 'MDL-56168-master-fixup' of https://github.com/FMCorz/moodle
author
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 4 Oct 2016 12:54:27 +0000
(20:54 +0800)
committer
Andrew Nicols
<andrew@nicols.co.uk>
Tue, 4 Oct 2016 12:54:27 +0000
(20:54 +0800)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
948ff0c
,
780637f
..
648726e
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2016100401.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2016100400.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2016100402.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.