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:
7f382c0
)
MDL-59285 version: Bump
author
David Monllao
<david.monllao@gmail.com>
Wed, 28 Jun 2017 13:22:36 +0000
(15:22 +0200)
committer
David Monllao
<david.monllao@gmail.com>
Wed, 28 Jun 2017 16:24:49 +0000
(18:24 +0200)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
ac1ca3e
..
4956fbb
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2017062200.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2017062200.0
2
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.