From 8a274d4d37f5d406176d77508c79c619912d6fdd Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Fri, 24 Feb 2006 10:51:26 +0000 Subject: [PATCH] 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. --- mod/quiz/version.php | 2 +- version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/quiz/version.php b/mod/quiz/version.php index bf501e204e9..fb2736796d0 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -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)? ?> diff --git a/version.php b/version.php index 7e20af7fb9d..a629658ee88 100644 --- a/version.php +++ b/version.php @@ -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