From: Art Cancro Date: Thu, 28 Jun 2018 04:29:23 +0000 (-0400) Subject: webcit version 921 X-Git-Tag: v939~379 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=245705dab4255f788c00f5562102d4c0ecee3d69;p=citadel.git webcit version 921 --- diff --git a/webcit/webcit.h b/webcit/webcit.h index ccfcfb074..030b75a53 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 920 /* This version of WebCit */ +#define CLIENT_VERSION 921 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 920 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 920 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */