]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
The "c_smtpclient_use_starttls" configuration option has been replaced
[citadel.git] / webcit / webcit.h
index 9662f973c2001b8375fc16c887f5d8dd317dc337..030b75a53ea46b18297bc5a25fed0a973a51e686 100644 (file)
@@ -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         916             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    914             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          914             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         921             /* 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 */