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:
ddaf098
)
MDL-36297 - increment version no
author
Dan Poltawski
<dan@moodle.com>
Mon, 14 Jan 2013 07:06:20 +0000
(15:06 +0800)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 14 Jan 2013 07:06:20 +0000
(15:06 +0800)
version.php
patch
|
blob
|
blame
|
history
diff --git
a/version.php
b/version.php
index
95e64ca
..
f9fbcce
100644
(file)
--- a/
version.php
+++ b/
version.php
@@
-30,7
+30,7
@@
defined('MOODLE_INTERNAL') || die();
-$version = 2013011100.0
1
; // YYYYMMDD = weekly release date of this DEV branch
+$version = 2013011100.0
2
; // YYYYMMDD = weekly release date of this DEV branch
// RR = release increments - 00 in DEV branches
// .XX = incremental changes