* 3.20
authorArt Cancro <ajc@citadel.org>
Fri, 21 Dec 2001 06:03:55 +0000 (06:03 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 21 Dec 2001 06:03:55 +0000 (06:03 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index 63e202840742cbcab03f0618d4b03f191f08820a..bfd53469291115104cebdebc2886f86f01405954 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 301.22  2001/12/21 06:03:54  ajc
+* 3.20
+
 Revision 301.21  2001/12/20 05:02:42  ajc
 * If you paid for this software, someone is ripping you off.
 * Fixed the urlesc() function to use a caller-supplied target buffer.
@@ -675,3 +678,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 554f2caea704dec48fc6181266116451da675aea..6f0901217568b32c826a3e9e48e76ba42bf40f8f 100644 (file)
@@ -1,5 +1,5 @@
                       WEBCIT for the Citadel/UX System
-                               version 3.10
+                               version 3.20
  
    Copyright (C) 1996-2001 by the authors.  Portions written by:
        Art Cancro
index e3bcadf0c3268779b3b5b329fe1b779ae4dfe55c..0e9ddd86fce4937ac669043ff1919880398be001 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.01"  /* who's in da house */
+#define SERVER                 "WebCit v3.20"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         310
+#define CLIENT_VERSION         320
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */