]> git.mjollnir.org Git - moodle.git/commitdiff
Fixed another version problem, this time not _as_ serious as just in UNSTABLE DEVELOPMENT
authormjollnir_ <mjollnir_>
Fri, 19 Nov 2004 02:30:40 +0000 (02:30 +0000)
committermjollnir_ <mjollnir_>
Fri, 19 Nov 2004 02:30:40 +0000 (02:30 +0000)
mod/chat/version.php

index 923d476740defb370b176d06763330d83960d050..e9941463fca9662a0a5b93cafd03e84e496d4324 100644 (file)
@@ -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)?