X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=7544d42fd695df6c034a67689ecacf528fb52e18;hp=d3ef2977202e2c008f3d4e8f91aa21c8f2023832;hb=53481be28de6082a8f59dad096ff7df7601fa1a7;hpb=90e737b011a1acc785ea9018f3389a1ee10adbd6 diff --git a/webcit/webcit.h b/webcit/webcit.h index d3ef29772..7544d42fd 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -128,9 +128,9 @@ 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 813 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 813 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 813 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 814 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 814 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 814 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Window target for inline URL's */