All components in git master to version 7.89 in order to avoid confusion with stable
[citadel.git] / webcit / webcit.h
index 33f87cd8066e4dec58126d7c91cf347fe160ba04..054ed3000f78e1744a2dd22bbc557a844c335fb8 100644 (file)
@@ -134,9 +134,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         783             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    781             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          781             /* min required libcitadel ver */
+#define CLIENT_VERSION         789             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    789             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          789             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */