* WebCit 7.64
authorArt Cancro <ajc@citadel.org>
Thu, 3 Sep 2009 02:06:46 +0000 (02:06 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 3 Sep 2009 02:06:46 +0000 (02:06 +0000)
webcit/configure.ac
webcit/webcit.h

index 4342ac0a74098bfe007b4cb98dab2e3b579c665d..20753a379266d67ad7403221b73e0f3e20fb0070 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.63], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.64], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 7e1e7e0f3fc523f75b2107c3613d7d00599789ef..619f3b3253f7508a8d480eebc50db2491f1bf5c9 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         763             /* This version of WebCit */
+#define CLIENT_VERSION         764             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    761             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          763             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */