]> code.citadel.org Git - citadel.git/commitdiff
* THIS IS 6.25
authorArt Cancro <ajc@citadel.org>
Tue, 13 Sep 2005 14:02:40 +0000 (14:02 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 13 Sep 2005 14:02:40 +0000 (14:02 +0000)
webcit/ChangeLog
webcit/webcit.h

index d0a7ac9c5f23f41d674cd85602eb055c52bf49e0..7fa33373402392951566009bca4b842939b6c7a8 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 625.0  2005/09/13 14:02:32  ajc
+* THIS IS 6.25
+
 Revision 621.41  2005/09/12 20:57:58  ajc
 * Save/Cancel buttons are now at the top *and* bottom of the message
   entry screen.  Evidently some users seem to want this.
index 16d8378b6bcc476d762f617f09369f987ee1379f..ce9be5bf2152ae52b1bf2a1f6b894407763c0da5 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 v6.21"  /* who's in da house */
+#define SERVER                 "WebCit v6.25"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         621             /* This version of WebCit */
+#define CLIENT_VERSION         625             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    655             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"