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:
6d18da5
a2161d5
)
Merge branch 'wip-MDL-52715-master-additional' of git://github.com/abgreeve/moodle
author
Dan Poltawski
<dan@moodle.com>
Wed, 3 Feb 2016 09:44:27 +0000
(09:44 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Wed, 3 Feb 2016 09:44:27 +0000
(09:44 +0000)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
fe667ea
,
cfaa55e
..
594d902
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2016020201.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2016012900.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2016020300.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.