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
|
patch
| inline |
side by side
(parent:
a87c7c0
)
MDL-52811 version: Bump to update system capabilities and lang str
author
David Monllao
<davidm@moodle.com>
Wed, 7 Feb 2018 06:57:18 +0000
(07:57 +0100)
committer
David Monllao
<davidm@moodle.com>
Wed, 7 Feb 2018 06:57:18 +0000
(07:57 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
8ffb816
..
c1735e0
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2018020600.0
0
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2018020600.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.