mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
New dependency
This commit is contained in:
parent
db46e49c9d
commit
589af000f2
2 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
// This fragment is called by /admin/index.php
|
// This fragment is called by /admin/index.php
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
$module->version = 2004020600;
|
$module->version = 2004031000;
|
||||||
$module->requires = 2004013101; // Requires this Moodle version
|
$module->requires = 2004031000; // Requires this Moodle version
|
||||||
$module->cron = 60;
|
$module->cron = 60;
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
// database to determine whether upgrades should
|
// database to determine whether upgrades should
|
||||||
// be performed (see lib/db/*.php)
|
// 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
|
$release = "1.2 Beta +"; // User-friendly version number
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue