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:
d30255a
)
MDL-51579 course: Bump version to update mobile service
author
David Monllao
<davidm@moodle.com>
Wed, 7 Oct 2015 04:56:03 +0000
(12:56 +0800)
committer
David Monllao
<davidm@moodle.com>
Wed, 7 Oct 2015 04:56:03 +0000
(12:56 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
9e73323
..
de2905f
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 201510060
1
.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 201510060
2
.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.