* Changed internal version number to 5.25
authorArt Cancro <ajc@citadel.org>
Wed, 3 Nov 2004 20:21:02 +0000 (20:21 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 3 Nov 2004 20:21:02 +0000 (20:21 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index 8ce9d9b7a4f6fdb629b67bf25c669e7b7b9cbb5d..9be0519f0e873883db3b58b7caf3d1bd824e9184 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 524.7  2004/11/03 20:21:02  ajc
+* Changed internal version number to 5.25
+
 Revision 524.6  2004/10/20 02:41:41  ajc
 * New "notes" icon
 * Added the notes room to the icon bar
@@ -2103,3 +2106,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 77baa97b791c6a0a71769c5e6d8befd10d7cac2f..a291bdbc1da1bc186e11903f8cacb05916bc3bb6 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 5.24
+                               version 5.25
  
    Copyright (C) 1996-2004 by the authors.  Portions written by:
        Art Cancro
index fdf003a9bae0aa880c73fab7f8275faba10e290c..43a39cff2e38f46512ba7bd4a7a9ec1dc9c7f2ca 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.24"  /* who's in da house */
+#define SERVER                 "WebCit v5.25"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         524             /* This version of WebCit */
+#define CLIENT_VERSION         525             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    626             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"