From: mjollnir_ Date: Fri, 19 Nov 2004 02:30:40 +0000 (+0000) Subject: Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4b0626c985b90f938cd882b7383d218bbbf52555;p=moodle.git Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT --- diff --git a/mod/chat/version.php b/mod/chat/version.php index 923d476740..e9941463fc 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 = 2004121100; // The (date) version of this module +$module->version = 2004111200; // The (date) version of this module $module->requires = 2004052505; // Requires this Moodle version $module->cron = 300; // How often should cron check this module (seconds)?