* r7733 == webcit 7.62
authorArt Cancro <ajc@citadel.org>
Mon, 17 Aug 2009 21:11:50 +0000 (21:11 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 17 Aug 2009 21:11:50 +0000 (21:11 +0000)
webcit/configure.ac
webcit/webcit.h

index c17d5593e3c6636a4b9d9e92dc14bf5f84c4e818..d02f4ce543d7366469b60dd396df0c10119a8d34 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.61], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.62], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 9634dae66abca9fd8564089c72a2edfec1cd4825..7b3d90c28d160f7ac9c360fbe1f9f4b52f104659 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         761             /* This version of WebCit */
+#define CLIENT_VERSION         762             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    761             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          761             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */