From: Art Cancro Date: Wed, 5 Mar 2008 04:16:09 +0000 (+0000) Subject: WebCit v7.34 X-Git-Tag: v7.86~2441 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=9b5e06a2943d2069927c239907c5871ece2f85ac WebCit v7.34 --- diff --git a/webcit/configure.ac b/webcit/configure.ac index eac01f714..721fa3259 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.33], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.34], [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 316e841da..39520cacc 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -124,7 +124,7 @@ extern locale_t wc_locales[]; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 730 /* This version of WebCit */ +#define CLIENT_VERSION 734 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 730 /* min required Citadel ver */ #define LIBCITADEL_MIN 108 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */