From: Art Cancro Date: Fri, 10 Sep 2010 15:42:08 +0000 (-0400) Subject: All components in git master to version 7.89 in order to avoid confusion with stable X-Git-Tag: v8.01~725 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=4f589ef16c8a0fb1ff2edac70472c615a215177f All components in git master to version 7.89 in order to avoid confusion with stable --- diff --git a/citadel/citadel.h b/citadel/citadel.h index fee5ccead..24e3054c5 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 3e0a8cd35..db8b1b6a9 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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) diff --git a/libcitadel/configure.in b/libcitadel/configure.in index cc8defb77..48aac6bbd 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -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) diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index dc3cf1a3e..029145f12 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -14,7 +14,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 783 +#define LIBCITADEL_VERSION_NUMBER 789 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index db1426fad..54f2b205e 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -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) diff --git a/webcit/webcit.h b/webcit/webcit.h index 33f87cd80..054ed3000 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -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 */