From: Art Cancro Date: Thu, 29 Mar 2012 03:29:49 +0000 (-0400) Subject: Allow webcit 8.10 to be used with citadel 8.05 and libcitadel 8.05 X-Git-Tag: v8.11~108^2~1 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=875c8c099ed3422dbe43dc40a8b2325c24389d2e Allow webcit 8.10 to be used with citadel 8.05 and libcitadel 8.05 --- diff --git a/webcit/webcit.h b/webcit/webcit.h index ef976ec93..3d5b86116 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 */