From: Art Cancro Date: Thu, 2 Sep 2010 19:34:24 +0000 (-0400) Subject: webcit to 7.84 X-Git-Tag: v7.86~56 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=8451ee41de0ec2a9901a4a1cf290c75f073c5254 webcit to 7.84 --- diff --git a/webcit/configure.ac b/webcit/configure.ac index db1426fad..0289782a4 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.83], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.84], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 80df8c66f..2debdabd6 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -138,7 +138,7 @@ extern char *ssl_cipher_list; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 783 /* This version of WebCit */ +#define CLIENT_VERSION 784 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 781 /* min required Citadel ver */ #define LIBCITADEL_MIN 781 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */