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:
3587ee2
b1e6f1a
)
Merge branch 'MDL-57370-master' of git://github.com/ryanwyllie/moodle
author
Dan Poltawski
<dan@moodle.com>
Tue, 7 Feb 2017 10:35:13 +0000
(10:35 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 7 Feb 2017 10:35:13 +0000
(10:35 +0000)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
b806b7e
,
35b002a
..
2b04592
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2017020200.01; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2017020200.02; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2017020700.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.