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:
66116cf
)
MDL-49682 mod_forum: Bump version for caches
author
David Monllao
<davidm@moodle.com>
Mon, 12 Oct 2015 06:07:55 +0000
(14:07 +0800)
committer
David Monllao
<davidm@moodle.com>
Mon, 12 Oct 2015 06:07:55 +0000
(14:07 +0800)
mod/forum/version.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/version.php
b/mod/forum/version.php
index
b6c95cf
..
a6642b1
100644
(file)
--- a/
mod/forum/version.php
+++ b/
mod/forum/version.php
@@
-24,6
+24,6
@@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 201505110
2
; // The current module version (Date: YYYYMMDDXX)
+$plugin->version = 201505110
3
; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2015050500; // Requires this Moodle version
$plugin->component = 'mod_forum'; // Full name of the plugin (used for diagnostics)