From: Art Cancro Date: Tue, 23 Feb 2021 23:50:08 +0000 (-0500) Subject: 931 X-Git-Tag: v939~109 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=3975c147c8900ac486487687f83fd3e75f92a484 931 --- 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 */