From: mjollnir_ Date: Fri, 17 Sep 2004 05:46:12 +0000 (+0000) Subject: bumps for version and requires for modules that use new upload class X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=eee8d9c8f58d95a12aca2badef17424c29916f86;p=moodle.git bumps for version and requires for modules that use new upload class --- diff --git a/mod/assignment/version.php b/mod/assignment/version.php index c0e8b819c7..31647ad7ea 100644 --- a/mod/assignment/version.php +++ b/mod/assignment/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004060400; -$module->requires = 2004052505; // Requires this Moodle version +$module->version = 2004091700; +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/exercise/version.php b/mod/exercise/version.php index f0d978225a..31647ad7ea 100644 --- a/mod/exercise/version.php +++ b/mod/exercise/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004091000; -$module->requires = 2004052505; // Requires this Moodle version +$module->version = 2004091700; +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/forum/version.php b/mod/forum/version.php index 4e9d0fc4b7..31647ad7ea 100644 --- a/mod/forum/version.php +++ b/mod/forum/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004081800; -$module->requires = 2004060100; // Requires this Moodle version +$module->version = 2004091700; +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 60; ?> diff --git a/mod/glossary/version.php b/mod/glossary/version.php index 11d4cad536..ae4ff02d6b 100644 --- a/mod/glossary/version.php +++ b/mod/glossary/version.php @@ -5,8 +5,8 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2004080900; // The current module version (Date: YYYYMMDDXX) -$module->requires = 2004080300; // Requires this Moodle version +$module->version = 2004091700; // The current module version (Date: YYYYMMDDXX) +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 0; // Period for cron to check this module (secs) $release = "1.4 development"; // User-friendly version number diff --git a/mod/lesson/version.php b/mod/lesson/version.php index 64633ebdf3..fff424a5cd 100644 --- a/mod/lesson/version.php +++ b/mod/lesson/version.php @@ -5,8 +5,8 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2004081700; // The current module version (Date: YYYYMMDDXX) -$module->requires = 2004013101; // Requires this Moodle version +$module->version = 2004091700; // The current module version (Date: YYYYMMDDXX) +$module->requires = 2004091700; // 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 0e8bb40cee..57b9be135a 100644 --- a/mod/quiz/version.php +++ b/mod/quiz/version.php @@ -5,8 +5,8 @@ // This fragment is called by moodle_needs_upgrading() and /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004073001; // The (date) version of this module -$module->requires = 2004070800; // Requires this Moodle version +$module->version = 2004091700; // The (date) version of this module +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 0; // How often should cron check this module (seconds)? ?> diff --git a/mod/resource/version.php b/mod/resource/version.php index 1db9b873e1..b5f834ffcb 100644 --- a/mod/resource/version.php +++ b/mod/resource/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004080801; -$module->requires = 2004082901; // Requires this Moodle version +$module->version = 2004091700; +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 0; ?> diff --git a/mod/scorm/version.php b/mod/scorm/version.php index 55fa8b064b..05bbc34f41 100755 --- a/mod/scorm/version.php +++ b/mod/scorm/version.php @@ -5,8 +5,8 @@ /// This fragment is called by moodle_needs_upgrading() and /admin/index.php ///////////////////////////////////////////////////////////////////////////////// -$module->version = 2004071900; // The (date) version of this module -$module->requires = 2004052505; // The version of Moodle that is required +$module->version = 2004091700; // The (date) version of this module +$module->requires = 2004091700; // The version of Moodle that is required $module->cron = 0; // How often should cron check this module (seconds)? ?> diff --git a/mod/workshop/version.php b/mod/workshop/version.php index f79522127c..31647ad7ea 100644 --- a/mod/workshop/version.php +++ b/mod/workshop/version.php @@ -5,8 +5,8 @@ // This fragment is called by /admin/index.php //////////////////////////////////////////////////////////////////////////////// -$module->version = 2004081100; -$module->requires = 2004052505; // Requires this Moodle version +$module->version = 2004091700; +$module->requires = 2004091700; // Requires this Moodle version $module->cron = 60; ?>