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:
8b9c061
bde9749
)
Merge branch 'MDL-65078-master' of git://github.com/peterRd/moodle
author
Adrian Greeve
<abgreeve@gmail.com>
Wed, 24 Jul 2019 01:50:40 +0000
(09:50 +0800)
committer
Adrian Greeve
<abgreeve@gmail.com>
Thu, 25 Jul 2019 06:49:40 +0000
(14:49 +0800)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
c6df125
,
0a1f3e2
..
03bfb12
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2019072200.01; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2019071200.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2019072200.02; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.