X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=3ae478722e07a1a5df77d2639afc666e84009ec6;hp=3eb35337138d91c5b42480f0ad8a1dacc941acd7;hb=452067d76c1c0a1824321394db4af2c4f1438af0;hpb=4c7e6afb5ee568a8ae33f71d6079dcbc49c5f875 diff --git a/webcit/webcit.h b/webcit/webcit.h index 3eb353371..3ae478722 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 811 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 811 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 811 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 812 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 812 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 812 /* 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 */