From 1b899e00a221af4a36fc6ad90771b31b43503af8 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 5 Mar 2004 13:38:41 +0000 Subject: [PATCH] Small bump to fix a particular site --- mod/quiz/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/version.php b/mod/quiz/version.php index c4eab230f40..22163505244 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -5,7 +5,7 @@ // This fragment is called by moodle_needs_upgrading() and /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004021900; // The (date) version of this module +$module->version = 2004022000; // The (date) version of this module $module->requires = 2004013101; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)?