X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=69f2e19c7e834206575aa4d73a27f8d41c80acd4;hb=bf2d2329dab80f1cf9a65c735939027b117aa979;hp=7f8ba7c14c6d1cff68e9c6414cdae36d6bd23f49;hpb=aa5beafde2f3c7612ae4790efa32a508584e4193;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 7f8ba7c14..69f2e19c7 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -132,9 +132,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 820 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 820 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 820 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 821 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 821 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 821 /* 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 */