From cd39850a3746f8a5bf1f4c082afd3a8d644f9f3c Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 3 Sep 2009 02:06:46 +0000 Subject: [PATCH] * WebCit 7.64 --- 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 4342ac0a7..20753a379 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.63], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.64], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 7e1e7e0f3..619f3b325 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -111,7 +111,7 @@ #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 763 /* This version of WebCit */ +#define CLIENT_VERSION 764 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 761 /* min required Citadel ver */ #define LIBCITADEL_MIN 763 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ -- 2.30.2