fix dlen
[citadel.git] / webcit / webcit.h
index 31eaa92dffc36f66c36ab63abe4601d624b5d1f6..5e34bcf2c3ff8150541cf181c8671784197b6155 100644 (file)
@@ -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 999             /* 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 */