From fcf28c483613b4036b3370db1b7ebc6c79b02318 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 17 Aug 2009 21:11:50 +0000 Subject: [PATCH] * r7733 == webcit 7.62 --- 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 c17d5593e..d02f4ce54 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.61], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.62], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 9634dae66..7b3d90c28 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -112,7 +112,7 @@ #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 761 /* This version of WebCit */ +#define CLIENT_VERSION 762 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 761 /* min required Citadel ver */ #define LIBCITADEL_MIN 761 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ -- 2.30.2