mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-50620 mod_scorm: Preventive (on rewrite) version bump to current.
This commit is contained in:
parent
4bed1fcc7e
commit
fabe7ebd53
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->version = 2015112701; // The current module version (Date: YYYYMMDDXX).
|
$plugin->version = 2016011400; // The current module version (Date: YYYYMMDDXX).
|
||||||
$plugin->requires = 2015111000; // Requires this Moodle version.
|
$plugin->requires = 2015111000; // Requires this Moodle version.
|
||||||
$plugin->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
|
$plugin->component = 'mod_scorm'; // Full name of the plugin (used for diagnostics).
|
||||||
$plugin->cron = 300;
|
$plugin->cron = 300;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue