All components in git master to version 7.89 in order to avoid confusion with stable
authorArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2010 15:42:08 +0000 (11:42 -0400)
committerArt Cancro <ajc@citadel.org>
Fri, 10 Sep 2010 15:42:08 +0000 (11:42 -0400)
citadel/citadel.h
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

index fee5ccead551d0fc291ae8fd2bb79dbbaa9da26a..24e3054c5898baf617374ee785877ebf1ea74b3b 100644 (file)
@@ -51,10 +51,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      783             /* This version */
+#define REV_LEVEL      789             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 781             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 789             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 3e0a8cd35a8e882aeec13a30c28126cb88dd2570..db8b1b6a947ebbca38acb34884c3ea2cd72897f0 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [7.83], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.89], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index cc8defb7776368931f486a7f4c19aa6a08c196fc..48aac6bbdb272bb6df4016a37b615dfe4140a96b 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 7.83, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.89, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index dc3cf1a3eed73ddc0d0598911de016b78d7a5a6c..029145f1237df4b4ee83384661b0ccad6d1d2d3e 100644 (file)
@@ -14,7 +14,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      783
+#define LIBCITADEL_VERSION_NUMBER      789
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index db1426fad305613abc9cba4ea9e5dc25987e83ab..54f2b205e3d3c200bebce8b8a53cfb387b4c9f2c 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.89], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 33f87cd8066e4dec58126d7c91cf347fe160ba04..054ed3000f78e1744a2dd22bbc557a844c335fb8 100644 (file)
@@ -134,9 +134,9 @@ 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 MINIMUM_CIT_VERSION    781             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          781             /* min required libcitadel ver */
+#define CLIENT_VERSION         789             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    789             /* min required Citadel ver */
+#define        LIBCITADEL_MIN          789             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */