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:
e03711f
)
MDL-31989 version: proper bump
author
Dan Poltawski
<dan@moodle.com>
Tue, 23 Feb 2016 12:11:39 +0000
(12:11 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Tue, 23 Feb 2016 12:11:39 +0000
(12:11 +0000)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
88b6738
..
02ee5ae
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2016022
1
00.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 2016022
3
00.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.