From 1d5d3c363f0b2676a5431f1f5c753e3ffc4202c2 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 25 May 2017 12:59:36 -0400 Subject: [PATCH] webcit to version 912 and require citadel server 912 --- 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 8028b5b28..bda5ae80f 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], [904], [http://www.citadel.org/]) +AC_INIT([WebCit], [912], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index d60adcc08..11cdc6f78 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -127,8 +127,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 904 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 903 /* Minimum required version of Citadel server */ +#define CLIENT_VERSION 912 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 912 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 903 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.30.2