mirror of
https://github.com/moodle/moodle.git
synced 2025-05-31 21:19:49 +02:00
New dependency
This commit is contained in:
parent
db46e49c9d
commit
589af000f2
@ -5,8 +5,8 @@
|
||||
// This fragment is called by /admin/index.php
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2004020600;
|
||||
$module->requires = 2004013101; // Requires this Moodle version
|
||||
$module->version = 2004031000;
|
||||
$module->requires = 2004031000; // Requires this Moodle version
|
||||
$module->cron = 60;
|
||||
|
||||
?>
|
||||
|
@ -5,7 +5,7 @@
|
||||
// database to determine whether upgrades should
|
||||
// be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2004030702; // The current version is a date (YYYYMMDDXX)
|
||||
$version = 2004031000; // The current version is a date (YYYYMMDDXX)
|
||||
|
||||
$release = "1.2 Beta +"; // User-friendly version number
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user