Capture the actual SMTP response from the server, ugly hack using libcurl debug
[citadel.git] / webcit / webcit.h
index cc700fa7e6da9302e210e2b2ffd4a795456eb7cc..ccfcfb074f09f38224240e8ceecd705d5ef574f0 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         917             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    917             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          914             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         920             /* 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 */