From 8451ee41de0ec2a9901a4a1cf290c75f073c5254 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 2 Sep 2010 15:34:24 -0400 Subject: [PATCH] webcit to 7.84 --- 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 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 */ -- 2.30.2