mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
Indicating dependency
This commit is contained in:
parent
55fd81779e
commit
47bb59fbf2
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004013101;
|
||||
$module->requires = 2004013101; // Requires this Moodle version
|
||||
$module->requires = 2004050200; // Requires this Moodle version
|
||||
$module->cron = 0;
|
||||
|
||||
?>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// database to determine whether upgrades should
|
||||
// be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2004043001; // The current version is a date (YYYYMMDDXX)
|
||||
$version = 2004050200; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$release = "1.3 development"; // User-friendly version number
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue