Version number to 903 for distribution
[citadel.git] / webcit / webcit.h
index 4d3c123335efca40c440b3ed900aca66e5353a9e..4206f113051a81e5b089ba7cdd82170aaaa7e969 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         902             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    902             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          902             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         903             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    903             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          903             /* 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 */