X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=ccfcfb074f09f38224240e8ceecd705d5ef574f0;hp=cc700fa7e6da9302e210e2b2ffd4a795456eb7cc;hb=22ff8a2f3dd704c2728dca07e28524edabc1463c;hpb=4a4e55c131fd05f9d28fe713ae40c4ed3a507154 diff --git a/webcit/webcit.h b/webcit/webcit.h index cc700fa7e..ccfcfb074 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 917 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 917 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 914 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 920 /* 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 */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Window target for inline URL's */