X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=d3ef2977202e2c008f3d4e8f91aa21c8f2023832;hb=dc4679ebfb997ad5941b5a32b8e0f1fd0488ea68;hp=f4f113572397fd6aa33676474025d08925fc26dc;hpb=c2ae5daf7ed36cff8ca87d710014eb6d466e84ef;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index f4f113572..d3ef29772 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 810 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 805 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 805 /* Minimum required version of libcitadel */ +#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 DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Window target for inline URL's */