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:
b8bc903
)
MDL-52252 tags: Bump version to add course_modules area
author
David Monllao
<davidm@moodle.com>
Wed, 9 Mar 2016 07:36:30 +0000
(15:36 +0800)
committer
David Monllao
<davidm@moodle.com>
Wed, 9 Mar 2016 07:36:30 +0000
(15:36 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
90fc4b0
..
d5292a6
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2016030400.0
1
; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2016030400.0
2
; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.