From 3975c147c8900ac486487687f83fd3e75f92a484 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 23 Feb 2021 18:50:08 -0500 Subject: [PATCH] 931 --- webcit/webcit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webcit/webcit.h b/webcit/webcit.h index cd48d5166..81a727068 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -127,7 +127,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 927 /* This version of WebCit */ +#define CLIENT_VERSION 931 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 931 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 931 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ -- 2.30.2