* Prepare for 5.24 release
authorArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2004 16:12:31 +0000 (16:12 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 28 Sep 2004 16:12:31 +0000 (16:12 +0000)
webcit/ChangeLog
webcit/README.txt
webcit/webcit.h

index c1fc818ea4dfe9df34cd6fcb35e376836aa1ab28..91604aa9aa63576368fd1eabb84cedade4424700 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 523.12  2004/09/28 16:12:30  ajc
+* Prepare for 5.24 release
+
 Revision 523.11  2004/09/27 02:17:47  ajc
 * messages.c: fix build problem on non-calendar-enabled installations
 * floors.c: fix a warning message
@@ -2074,4 +2077,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 f7442ccb041eab17de217c448be9656a3ca8ae86..77baa97b791c6a0a71769c5e6d8befd10d7cac2f 100644 (file)
@@ -1,5 +1,5 @@
                         WEBCIT for the Citadel System
-                               version 5.23
+                               version 5.24
  
    Copyright (C) 1996-2004 by the authors.  Portions written by:
        Art Cancro
index a3a4ed998be1dc83c32cce738a6ac5b698262e63..6e1c903db0109bc63f99d0781ff54bd461362bff 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.23"  /* who's in da house */
+#define SERVER                 "WebCit v5.24"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         523             /* This version of WebCit */
+#define CLIENT_VERSION         524             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    626             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"