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:
98e01bb
)
MDL-45740 choice: version bump
author
Dan Poltawski
<dan@moodle.com>
Mon, 1 Feb 2016 11:09:42 +0000
(11:09 +0000)
committer
Dan Poltawski
<dan@moodle.com>
Mon, 1 Feb 2016 11:09:42 +0000
(11:09 +0000)
mod/choice/version.php
patch
|
blob
|
blame
|
history
diff --git
a/mod/choice/version.php
b/mod/choice/version.php
index
b6b732f
..
2b62ca9
100644
(file)
--- a/
mod/choice/version.php
+++ b/
mod/choice/version.php
@@
-24,7
+24,7
@@
defined('MOODLE_INTERNAL') || die();
-$plugin->version = 20160
103
00; // The current module version (Date: YYYYMMDDXX)
+$plugin->version = 20160
201
00; // The current module version (Date: YYYYMMDDXX)
$plugin->requires = 2015111000; // Requires this Moodle version
$plugin->component = 'mod_choice'; // Full name of the plugin (used for diagnostics)
$plugin->cron = 0;