MDL-50620 mod_scorm: Preventive (on rewrite) version bump to current.

This commit is contained in:
Eloy Lafuente (stronk7) 2016-01-28 11:21:15 +01:00 committed by David Monllao
parent 4bed1fcc7e
commit fabe7ebd53

View file

@ -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;