serv_upgrade.c now has pre- and post- startup sections. The import of email addresse...
[citadel.git] / webcit / webcit.h
index 11cdc6f784993f3496f6aab9cd940582b3038830..54410d05bd676d5ea45690226a5bda1cd318b4aa 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         912             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    912             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          903             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         914             /* 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 DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Window target for inline URL's */