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:
ba1dc59
)
MDL-30085 bump version
author
Dan Poltawski
<dan@moodle.com>
Tue, 11 Mar 2014 06:54:26 +0000
(14:54 +0800)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Thu, 13 Mar 2014 17:31:48 +0000
(18:31 +0100)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
3fe5160
..
d8418cd
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-29,7
+29,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 201403110
0
.00; // YYYYMMDD = weekly release date of this DEV branch.
+$version = 201403110
1
.00; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.