X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=4206f113051a81e5b089ba7cdd82170aaaa7e969;hb=6fd61c4c7f3a6af098edfb9126e39f156e83ddf0;hp=4d3c123335efca40c440b3ed900aca66e5353a9e;hpb=e6499f44a49d449e41ba605a0c7476019da432b4;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 4d3c12333..4206f1130 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -127,9 +127,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 902 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 902 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 902 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 903 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 903 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 903 /* 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 */