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:
1f16f41
56e28c3
)
Merge branch 'MDL-35773_master' of git://github.com/markn86/moodle
author
Jake Dallimore
<jake@moodle.com>
Fri, 26 Jul 2019 09:32:29 +0000
(17:32 +0800)
committer
Jake Dallimore
<jake@moodle.com>
Fri, 26 Jul 2019 09:32:29 +0000
(17:32 +0800)
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
105d8d4
,
6cc8698
..
c109bc8
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2019072500.01; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2019072600.00; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2019072500.02; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.