* 3.01
authorArt Cancro <ajc@citadel.org>
Thu, 28 Jun 2001 15:05:18 +0000 (15:05 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 28 Jun 2001 15:05:18 +0000 (15:05 +0000)
webcit/README.txt
webcit/webcit.h

index 503da41c757164ff0829bee7df65dcedcd697e7d..51c847d27605fd46c5ee90c6849656a2b1284446 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 3.00
+                               version 3.01
  
    Copyright (C) 1996-2000 by the authors.  Portions written by:
        Art Cancro
index 528870e15142bd42c7b6b9f323a8e4a3cadf0cbf..faca0d6ad605cb9878a096078337cf9d00b0fa53 100644 (file)
@@ -5,10 +5,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.00"  /* who's in da house */
+#define SERVER                 "WebCit v3.01"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         300
+#define CLIENT_VERSION         301
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */