mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
MDL-41039 mod_quiz: version bump
This commit is contained in:
parent
18f04ab625
commit
0fcedc7c73
@ -25,7 +25,7 @@
|
||||
|
||||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$module->version = 2013092600; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->version = 2013100200; // The current module version (Date: YYYYMMDDXX).
|
||||
$module->requires = 2013050100; // Requires this Moodle version.
|
||||
$module->component = 'mod_quiz'; // Full name of the plugin (used for diagnostics).
|
||||
$module->cron = 60;
|
||||
|
Loading…
x
Reference in New Issue
Block a user