* Changed internal version number to 5.26
authorArt Cancro <ajc@citadel.org>
Wed, 1 Dec 2004 21:35:45 +0000 (21:35 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 1 Dec 2004 21:35:45 +0000 (21:35 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index 5b74b85f89c5635fcb7a753dc71f72aff32eaf69..d30ce57bd901b250a865d999142f782f47c947df 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 525.4  2004/12/01 21:35:44  ajc
+* Changed internal version number to 5.26
+
 Revision 525.3  2004/12/01 21:34:17  ajc
 * Numerous memory management bugfixes.
 
@@ -2118,3 +2121,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 a291bdbc1da1bc186e11903f8cacb05916bc3bb6..1031fea476f8ce87306051c8e0af5baaa36f2a55 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 5.25
+                               version 5.26
  
    Copyright (C) 1996-2004 by the authors.  Portions written by:
        Art Cancro
index 43a39cff2e38f46512ba7bd4a7a9ec1dc9c7f2ca..1b9c9857252c412e43bbe163467ac67a8cad3d60 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.25"  /* who's in da house */
+#define SERVER                 "WebCit v5.26"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         525             /* This version of WebCit */
+#define CLIENT_VERSION         526             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    626             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"