THIS IS 7.31
authorWilfried Göesgens <willi@citadel.org>
Mon, 11 Feb 2008 23:45:55 +0000 (23:45 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 11 Feb 2008 23:45:55 +0000 (23:45 +0000)
webcit/configure.ac
webcit/webcit.h

index 4a84bcadf114df7b7271eff455441aad643deed0..f416227c66c238353b861e236fc94e66d0d18561 100644 (file)
@@ -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])
index a616dc89b908c70f4d038a66fd2440f33623ddf3..9009b3507b23510ec09a9c00d814a4b95b0201f0 100644 (file)
@@ -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 */