* Changed internal version number to 5.23
authorArt Cancro <ajc@citadel.org>
Tue, 31 Aug 2004 03:02:28 +0000 (03:02 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 31 Aug 2004 03:02:28 +0000 (03:02 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index e3e366cb1cd9493363f621451add04337900984e..a28bbcd58c85e5e669a8d6b06bbef88840a8a4c6 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 522.30  2004/08/31 03:02:28  ajc
+* Changed internal version number to 5.23
+
 Revision 522.29  2004/08/27 02:40:06  ajc
 * Ditched the graphical buttons because CSS can do the same thing faster.
 
@@ -2030,4 +2033,3 @@ 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 c7068153725203a4f85b66b852fa9e8fed96d664..312add91499a689166845d7cf0d1a5e9fff41600 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 5.20
+                               version 5.23
  
    Copyright (C) 1996-2004 by the authors.  Portions written by:
        Art Cancro
index b816518b111d0016de93e4585b192357f8eb7a46..dc8b2f10de484db2afea0e660e9c68e7b9a31b92 100644 (file)
 #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 v5.22"  /* who's in da house */
+#define SERVER                 "WebCit v5.23"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         522             /* This version of WebCit */
+#define CLIENT_VERSION         523             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    623             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"