mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +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 = 2002122300;
|
||||
$module->version = 2003051502;
|
||||
$module->requires = 2004010100; // Requires this Moodle version
|
||||
$module->cron = 0;
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue