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
|
@ -6,6 +6,7 @@
|
|||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2003112701; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2004010100; // Requires this Moodle version
|
||||
$module->cron = 0; // Period for cron to check this module (secs)
|
||||
|
||||
$release = "0.5 development"; // User-friendly version number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue