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

@ -6,6 +6,7 @@
/////////////////////////////////////////////////////////////////////////////////
$module->version = 2003072500; // The (date) version of this module
$module->requires = 2004010100; // Requires this Moodle version
$module->cron = 300; // How often should cron check this module (seconds)?
?>