mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Define minimum required versions of Moodle
This commit is contained in:
parent
6deb891b4c
commit
83f007bf39
14 changed files with 17 additions and 3 deletions
|
@ -5,7 +5,8 @@
|
|||
// This fragment is called by /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004012200;
|
||||
$module->version = 2004012400;
|
||||
$module->requires = 2004012700; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue