mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merged version bumps for release 1.9
This commit is contained in:
parent
433c242f1a
commit
99058191c6
18 changed files with 33 additions and 33 deletions
|
@ -5,8 +5,8 @@
|
|||
/// This fragment is called by moodle_needs_upgrading() and /admin/index.php
|
||||
/////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2007020200; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2007101000; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->version = 2007101509; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->requires = 2007101509; // The current module version (Date: YYYYMMDDXX)
|
||||
$module->cron = 3600; // Period for cron to check this module (secs)
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue