From 91af39240ded303a76eb33288c6c5b61fe838a96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Wed, 7 May 2008 06:56:27 +0000 Subject: [PATCH] * require libcitadel 112 --- webcit/webcit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/webcit.h b/webcit/webcit.h index 40bbaa1a3..a321aba9a 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -126,7 +126,7 @@ extern locale_t wc_locales[]; #define CLIENT_ID 4 #define CLIENT_VERSION 735 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 730 /* min required Citadel ver */ -#define LIBCITADEL_MIN 111 /* min required libcitadel ver */ +#define LIBCITADEL_MIN 112 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.39.2