From 6cf55c394e3296fdcebcb809844f71467b305dd7 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 30 Dec 2009 18:13:37 +0000 Subject: [PATCH] * Version number to 7.80 * Required Citadel server version also set to 7.80, because I am about to write some code which requires a new server command --- webcit/configure.ac | 2 +- webcit/webcit.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/webcit/configure.ac b/webcit/configure.ac index 3f576e881..049571cdc 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.70], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.80], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 72b489586..34fe3934d 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -115,8 +115,8 @@ 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 770 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 770 /* min required Citadel ver */ +#define CLIENT_VERSION 780 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 780 /* min required Citadel ver */ #define LIBCITADEL_MIN 766 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.30.2