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:
a733fce
)
MDL-64855 version: Bump for the new setting
author
David Monllaó
<davidm@moodle.com>
Mon, 15 Apr 2019 05:51:24 +0000
(07:51 +0200)
committer
David Monllaó
<davidm@moodle.com>
Mon, 15 Apr 2019 05:51:24 +0000
(07:51 +0200)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
9c67dd7
..
bad8a94
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2019041300.0
0
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2019041300.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.