mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Bumped version number (hadn't been done in a long time) in order to be able to require latest Moodle version in the quiz module.
This commit is contained in:
parent
8a9ba05a8a
commit
8a274d4d37
@ -6,7 +6,7 @@
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
$module->version = 2006022200; // The (date) version of this module
|
||||
$module->requires = 2005101200; // Requires this Moodle version
|
||||
$module->requires = 2006022400; // Requires this Moodle version
|
||||
$module->cron = 0; // How often should cron check this module (seconds)?
|
||||
|
||||
?>
|
||||
|
@ -6,7 +6,7 @@
|
||||
// This is compared against the values stored in the database to determine
|
||||
// whether upgrades should be performed (see lib/db/*.php)
|
||||
|
||||
$version = 2005101200; // YYYYMMDD = date
|
||||
$version = 2006022400; // YYYYMMDD = date
|
||||
// XY = increments within a single day
|
||||
|
||||
$release = '1.6 development'; // Human-friendly version name
|
||||
|
Loading…
x
Reference in New Issue
Block a user