* doco and header update for 3.21
authorArt Cancro <ajc@citadel.org>
Wed, 26 Dec 2001 05:27:51 +0000 (05:27 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 26 Dec 2001 05:27:51 +0000 (05:27 +0000)
webcit/README.txt
webcit/webcit.h

index 6f0901217568b32c826a3e9e48e76ba42bf40f8f..5cc16609b207284f60dd225be2f5b2cdf1f48970 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 3.20
+                               version 3.21
  
    Copyright (C) 1996-2001 by the authors.  Portions written by:
        Art Cancro
index 0e9ddd86fce4937ac669043ff1919880398be001..0c8cd661819eda7be2927a1043e5d711b8fce570 100644 (file)
@@ -7,10 +7,10 @@
 #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 v3.20"  /* who's in da house */
+#define SERVER                 "WebCit v3.21"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         320
+#define CLIENT_VERSION         321
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */