Updated versions

This commit is contained in:
moodler
2002-10-20 17:50:20 +00:00
parent 3bf89042f5
commit f1edd1922f
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
// This fragment is called by moodle_needs_upgrading() and /admin/index.php
////////////////////////////////////////////////////////////////////////////////
$module->version = 2002101800; // The (date) version of this module
$module->version = 2002102100; // The (date) version of this module
$module->cron = 0; // How often should cron check this module (seconds)?
?>
+2 -2
View File
@@ -5,7 +5,7 @@
// database to determine whether upgrades should
// be performed (see lib/db/*.php)
$version = 2002101701; // The current version is a date (YYYYMMDDXX)
$version = 2002102101; // The current version is a date (YYYYMMDDXX)
$release = "1.0.6 dev 2"; // User-friendly version number
$release = "1.0.6 dev 3"; // User-friendly version number