From: Wilfried Göesgens Date: Mon, 11 Feb 2008 23:45:55 +0000 (+0000) Subject: THIS IS 7.31 X-Git-Tag: v7.86~2490 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=93e250f1ae459160eb20d94cd31dfa69e43a6a6e THIS IS 7.31 --- diff --git a/webcit/configure.ac b/webcit/configure.ac index 4a84bcadf..f416227c6 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [7.30], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.31], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) AC_DEFINE(PROG_SUBDIRS, [], [Program dirs]) diff --git a/webcit/webcit.h b/webcit/webcit.h index a616dc89b..9009b3507 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -124,7 +124,7 @@ extern locale_t wc_locales[]; #define CLIENT_ID 4 #define CLIENT_VERSION 730 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 730 /* min required Citadel ver */ -#define LIBCITADEL_MIN 104 /* min required libcitadel ver */ +#define LIBCITADEL_MIN 105 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */