]> code.citadel.org Git - citadel.git/commitdiff
* 5.02
authorArt Cancro <ajc@citadel.org>
Thu, 23 Oct 2003 03:16:40 +0000 (03:16 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 23 Oct 2003 03:16:40 +0000 (03:16 +0000)
webcit/webcit.h

index 2d73f4e7a484b24a91a559e41d9968379b76e33c..a05ab51cbc27e4fdb1d4b3803b2a9d54014255d2 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.01"  /* who's in da house */
+#define SERVER                 "WebCit v5.02"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         501             /* This version of WebCit */
+#define CLIENT_VERSION         502             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    611             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"