]> code.citadel.org Git - citadel.git/blobdiff - webcit/webcit.h
Update version number to 8.15 across all components
[citadel.git] / webcit / webcit.h
index 3ae478722e07a1a5df77d2639afc666e84009ec6..4ff69e9a833582cbb8ebbcde4b196755e7c0bd05 100644 (file)
@@ -128,9 +128,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         812             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    812             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          812             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         815             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    815             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          815             /* 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 */