From a7f4452d119a05177660351799a93f0f70c876b1 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 1 Feb 2004 04:42:39 +0000 Subject: [PATCH] Updating version numbers of all Modules to make things a bit clearer --- mod/assignment/version.php | 2 +- mod/attendance/version.php | 2 +- mod/chat/version.php | 2 +- mod/choice/version.php | 2 +- mod/dialogue/version.php | 2 +- mod/exercise/version.php | 2 +- mod/forum/version.php | 2 +- mod/glossary/version.php | 2 +- mod/journal/version.php | 2 +- mod/label/version.php | 2 +- mod/quiz/version.php | 2 +- mod/survey/version.php | 2 +- mod/workshop/version.php | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/mod/assignment/version.php b/mod/assignment/version.php index 28218614e6..660a96ab37 100644 --- a/mod/assignment/version.php +++ b/mod/assignment/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2003091000; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 60; diff --git a/mod/attendance/version.php b/mod/attendance/version.php index 413b295a2e..4c1017c400 100644 --- a/mod/attendance/version.php +++ b/mod/attendance/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2003092501; // The current module version (Date: YYYYMMDDXX) +$module->version = 2004013101; // The current module version (Date: YYYYMMDDXX) $module->requires = 2004013101; // Requires this Moodle version $module->cron = 3600; // Period for cron to check this module (secs) diff --git a/mod/chat/version.php b/mod/chat/version.php index 2b0e8cecf5..d931424e10 100644 --- a/mod/chat/version.php +++ b/mod/chat/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2003072500; // The (date) version of this module +$module->version = 2004013101; // The (date) version of this module $module->requires = 2004013101; // Requires this Moodle version $module->cron = 300; // How often should cron check this module (seconds)? diff --git a/mod/choice/version.php b/mod/choice/version.php index f82c0e89a1..cf8e3400d0 100644 --- a/mod/choice/version.php +++ b/mod/choice/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004010100; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 0; diff --git a/mod/dialogue/version.php b/mod/dialogue/version.php index 2c031b0130..660a96ab37 100644 --- a/mod/dialogue/version.php +++ b/mod/dialogue/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2003101300; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 60; diff --git a/mod/exercise/version.php b/mod/exercise/version.php index af5b6719dd..660a96ab37 100644 --- a/mod/exercise/version.php +++ b/mod/exercise/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2003121000; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 60; diff --git a/mod/forum/version.php b/mod/forum/version.php index a24751c747..660a96ab37 100644 --- a/mod/forum/version.php +++ b/mod/forum/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004013100; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 60; diff --git a/mod/glossary/version.php b/mod/glossary/version.php index ec2a04d41b..0d6a854169 100644 --- a/mod/glossary/version.php +++ b/mod/glossary/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2003112701; // The current module version (Date: YYYYMMDDXX) +$module->version = 2004013101; // The current module version (Date: YYYYMMDDXX) $module->requires = 2004013101; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/journal/version.php b/mod/journal/version.php index 0711f09b66..660a96ab37 100644 --- a/mod/journal/version.php +++ b/mod/journal/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004011400; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 60; diff --git a/mod/label/version.php b/mod/label/version.php index b437e520e7..d320684338 100644 --- a/mod/label/version.php +++ b/mod/label/version.php @@ -5,7 +5,7 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2003091400; // The current module version (Date: YYYYMMDDXX) +$module->version = 2004013101; // The current module version (Date: YYYYMMDDXX) $module->requires = 2004013101; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) diff --git a/mod/quiz/version.php b/mod/quiz/version.php index a26f14ed2c..3e69b99d2d 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 = 2003111100; // The (date) version of this module +$module->version = 2004013101; // The (date) version of this module $module->requires = 2004013101; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)? diff --git a/mod/survey/version.php b/mod/survey/version.php index 1fec4854a8..cf8e3400d0 100644 --- a/mod/survey/version.php +++ b/mod/survey/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2003051502; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 0; diff --git a/mod/workshop/version.php b/mod/workshop/version.php index 9ff8e103f6..660a96ab37 100644 --- a/mod/workshop/version.php +++ b/mod/workshop/version.php @@ -5,7 +5,7 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2003113000; +$module->version = 2004013101; $module->requires = 2004013101; // Requires this Moodle version $module->cron = 60; -- 2.39.5