]> code.citadel.org Git - citadel.git/commitdiff
* Internal version number is now 6.84
authorArt Cancro <ajc@citadel.org>
Wed, 30 Aug 2006 03:20:01 +0000 (03:20 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 30 Aug 2006 03:20:01 +0000 (03:20 +0000)
* Require Citadel server v6.84 also, for new functionality

webcit/webcit.h

index 93c48c66517a87525611bb60fc1b6359951f9857..3f18d3fdfc651034b00fffa648c8895da6d0d543 100644 (file)
@@ -122,11 +122,11 @@ extern locale_t wc_locales[];
 #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.82"  /* who's in da house */
+#define SERVER                 "WebCit v6.84"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         682             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    673             /* min required Citadel ver. */
+#define CLIENT_VERSION         684             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    684             /* min required Citadel ver. */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define LB                     (1)             /* Internal escape chars */