]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
it now builds but does not do inbox filtering
[citadel.git] / webcit / webcit.h
index 7059b12140def9e2289a9f75a90588f41cff01bf..915883613baa1c1a63980079f1e1596d403d755c 100644 (file)
@@ -127,8 +127,8 @@ 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         926             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    924             /* Minimum required version of Citadel server */
+#define CLIENT_VERSION         927             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    930             /* Minimum required version of Citadel server */
 #define        LIBCITADEL_MIN          924             /* Minimum required version of libcitadel */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"