* Version number to 7.80
authorArt Cancro <ajc@citadel.org>
Wed, 30 Dec 2009 18:13:37 +0000 (18:13 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 30 Dec 2009 18:13:37 +0000 (18:13 +0000)
* Required Citadel server version also set to 7.80, because I am about to write some code which requires a new server command

webcit/configure.ac
webcit/webcit.h

index 3f576e8818d819b8119cb698ae7ca645498f83ae..049571cdc60e3b97d2c83555d8468d4ebc178c18 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.70], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.80], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 72b489586be62c13861ac2c1ef52accaf5895499..34fe3934d1ec42e63b72c5ec0c5cc8116cdd01f1 100644 (file)
@@ -115,8 +115,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         770             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    770             /* min required Citadel ver */
+#define CLIENT_VERSION         780             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    780             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          766             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"