* 3.22
authorArt Cancro <ajc@citadel.org>
Wed, 26 Dec 2001 23:11:47 +0000 (23:11 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 26 Dec 2001 23:11:47 +0000 (23:11 +0000)
webcit/README.txt
webcit/webcit.h

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