* This is version 4.00
authorArt Cancro <ajc@citadel.org>
Mon, 9 Sep 2002 03:56:14 +0000 (03:56 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 9 Sep 2002 03:56:14 +0000 (03:56 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index 9692936fcb78dbcda91fbdc4446875380dae7550..62ccb87cd5cb09a83ed682dea39b0a2bea3c73f8 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 400.0  2002/09/09 03:56:11  ajc
+* This is version 4.00
+
 Revision 323.68  2002/09/09 03:51:01  ajc
 * In the HTML-to-HTML converter:
   --> Open links in new window (as with text msgs)
index ac3f60582c9f7cc202cf2d03e01f8deb54b18be3..774522802b08a95beb56cd80c0de92323cf870a6 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 3.23
+                               version 4.00
  
    Copyright (C) 1996-2002 by the authors.  Portions written by:
        Art Cancro
index a656ebcf10dd3408358d0d06ebf1f226f15cc641..a7c8363cb5391af325915135b87bdbc46ba84264 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.23"  /* who's in da house */
+#define SERVER                 "WebCit v4.00"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         323
+#define CLIENT_VERSION         400
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */