THIS IS 6.71
authorArt Cancro <ajc@citadel.org>
Thu, 19 Jan 2006 04:09:43 +0000 (04:09 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 19 Jan 2006 04:09:43 +0000 (04:09 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index ad86d980c5b55e6059c38a78ec496542c93b5bd6..83be0184b788f8918e837797daf6d3ef8d9540a1 100644 (file)
@@ -1,5 +1,8 @@
 $Id$
 
+Wed Jan 18 23:09:26 EST 2006 ajc
+* THIS IS 6.71
+
 Wed Jan 18 16:39:12 EST 2006 ajc
 * fix_scrollbar_bug is now a class instead of an id.  Fixes validator warnings.
 * Corrected bad html generated when there's only one message in a summary view.
index f99390d058797b3a357c7412537b117f16f1136e..06ea57709a331893322c88451632c9b7855b875b 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 6.70
+                               version 6.71
  
    Copyright (C) 1996-2006 by the authors.  Portions written by:
        Art Cancro
index 78cfa7f4afbfadc7b760a272e6d4c95a13788982..a73f2a85cc1472a8fd087f6247ef9fd5f9a111fe 100644 (file)
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
-#define SERVER                 "WebCit v6.70"  /* who's in da house */
+#define SERVER                 "WebCit v6.71"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         670             /* This version of WebCit */
+#define CLIENT_VERSION         671             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    670             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"