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:
db0fb28
5785867
)
Merge branch 'MDL-66374-master' of git://github.com/jleyva/moodle
author
Adrian Greeve
<abgreeve@gmail.com>
Wed, 28 Aug 2019 05:54:03 +0000
(13:54 +0800)
committer
Adrian Greeve
<abgreeve@gmail.com>
Wed, 28 Aug 2019 05:54:03 +0000
(13:54 +0800)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
a92da48
,
9f3f6df
..
bb71c75
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2019082400.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2019080900.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2019082400.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.