From 93e250f1ae459160eb20d94cd31dfa69e43a6a6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Wilfried=20G=C3=B6esgens?= Date: Mon, 11 Feb 2008 23:45:55 +0000 Subject: [PATCH] THIS IS 7.31 --- webcit/configure.ac | 2 +- webcit/webcit.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */ -- 2.30.2