webcit to 7.84
authorArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 19:34:24 +0000 (15:34 -0400)
committerArt Cancro <ajc@citadel.org>
Thu, 2 Sep 2010 19:34:24 +0000 (15:34 -0400)
webcit/configure.ac
webcit/webcit.h

index db1426fad305613abc9cba4ea9e5dc25987e83ab..0289782a4b84c379f6e540d63ac07ee7fc5f5011 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.83], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.84], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 80df8c66f36430cdd19aabe6e5abb6267251045c..2debdabd6a9502ad45ee885a90ef63d971353835 100644 (file)
@@ -138,7 +138,7 @@ 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 CLIENT_VERSION         784             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    781             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          781             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */