From 875c8c099ed3422dbe43dc40a8b2325c24389d2e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 28 Mar 2012 23:29:49 -0400 Subject: [PATCH] Allow webcit 8.10 to be used with citadel 8.05 and libcitadel 8.05 --- webcit/webcit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.30.2