X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fwebcit.h;h=73f352386b219bca136b1f869170365f571da71c;hb=HEAD;hp=8cc1a05a5e0f048f28208831ba6b16f30c148be1;hpb=fe30785de2bb95829282525296016d3783e51d8f;p=citadel.git diff --git a/webcit/webcit.h b/webcit/webcit.h index 8cc1a05a5..5e34bcf2c 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -118,7 +118,7 @@ extern char *ssl_cipher_list; #define PORT_NUM 80 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 998 /* This version of WebCit */ +#define CLIENT_VERSION 1000 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 931 /* Minimum required version of Citadel server */ #define LIBCITADEL_MIN 931 /* Minimum required version of libcitadel */ #define DEFAULT_CTDLDIR "/usr/local/citadel" /* Default Citadel server directory */ @@ -624,3 +624,5 @@ extern char *ctdl_dir; /* Directory where Citadel Server is running */ // ical_dezonify() references this, but it's also used in WebCit Classic so we abstract it #define default_zone_name ChrPtr(WC->serv_info->serv_default_cal_zone) + +#include "webserver.h"