webcit to version 912 and require citadel server 912
authorArt Cancro <ajc@citadel.org>
Thu, 25 May 2017 16:59:36 +0000 (12:59 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 25 May 2017 16:59:36 +0000 (12:59 -0400)
webcit/configure.ac
webcit/webcit.h

index 8028b5b28427a96450ce92fda5cc0a7e4b960e1e..bda5ae80fc54b20bd22b1d55476644fe91bf36be 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [904], [http://www.citadel.org/])
+AC_INIT([WebCit], [912], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index d60adcc08a54959e4aa6b4b28e5e6f49f68b4683..11cdc6f784993f3496f6aab9cd940582b3038830 100644 (file)
@@ -127,8 +127,8 @@ 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         904             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    903             /* Minimum required version of Citadel server */
+#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 DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"