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:
a0b972a
)
MDL-52071 webservices: Bump version to update services
author
David Monllao
<davidm@moodle.com>
Thu, 12 Nov 2015 23:49:39 +0000
(07:49 +0800)
committer
David Monllao
<davidm@moodle.com>
Thu, 12 Nov 2015 23:49:39 +0000
(07:49 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
8077d2a
..
d2846c2
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2015111000.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2015111000.0
2
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.