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
|
combined
(merge:
81ce169
31c202b
)
Merge branch 'MDL-49316-master' of git://github.com/jleyva/moodle
author
David Monllao
<davidm@moodle.com>
Tue, 10 Mar 2015 07:50:13 +0000
(15:50 +0800)
committer
David Monllao
<davidm@moodle.com>
Tue, 10 Mar 2015 07:50:13 +0000
(15:50 +0800)
Conflicts:
version.php
1
2
version.php
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
version.php
index
7b4d1f6
,
ce3d06a
..
6af1e52
---
1
/
version.php
---
2
/
version.php
+++ b/
version.php
@@@
-29,7
-29,7
+29,7
@@@
defined('MOODLE_INTERNAL') || die();
- $version = 2015030900.00; // YYYYMMDD = weekly release date of this DEV branch.
-$version = 2015030500.01; // YYYYMMDD = weekly release date of this DEV branch.
++$version = 2015030900.01; // YYYYMMDD = weekly release date of this DEV branch.
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.