WebCit v7.34
authorArt Cancro <ajc@citadel.org>
Wed, 5 Mar 2008 04:16:09 +0000 (04:16 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 5 Mar 2008 04:16:09 +0000 (04:16 +0000)
webcit/configure.ac
webcit/webcit.h

index eac01f714b3aa284ddf89c73f1c1ed7a58dc5d1f..721fa32592a25070dbce426886de30222fd550f5 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.33], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.34], [http://www.citadel.org/])
 
 AC_SUBST(PROG_SUBDIRS)
 AC_DEFINE(PROG_SUBDIRS, [], [Program dirs])
index 316e841da383ed7f98f06ccf3ceb590d574c0915..39520caccf4614c86e5a865aaef8564539763bd0 100644 (file)
@@ -124,7 +124,7 @@ extern locale_t wc_locales[];
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         730             /* This version of WebCit */
+#define CLIENT_VERSION         734             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    730             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          108             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */