Allow webcit 8.10 to be used with citadel 8.05 and libcitadel 8.05
authorArt Cancro <ajc@uncensored.citadel.org>
Thu, 29 Mar 2012 03:29:49 +0000 (23:29 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Thu, 29 Mar 2012 03:29:49 +0000 (23:29 -0400)
webcit/webcit.h

index ef976ec93362d1a736c8cd43d96a960082142bce..3d5b861164fe1a36ec0d8b46bf5048f2c36e1fc2 100644 (file)
@@ -129,8 +129,8 @@ extern char *ssl_cipher_list;
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
 #define CLIENT_VERSION         810             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    810             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          810             /* Minimum required version of libcitadel */
+#define MINIMUM_CIT_VERSION    805             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          805             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Window target for inline URL's */