Define minimum required versions of Moodle

This commit is contained in:
moodler 2004-01-28 04:27:57 +00:00
parent 6deb891b4c
commit 83f007bf39
14 changed files with 17 additions and 3 deletions

View file

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