From 496090636b75234d80a5d9c1d5f6db10183bd9b2 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 23 Aug 2011 14:31:00 -0400 Subject: [PATCH] Version number set to 7.87, tagging for stable release --- citadel/citadel.h | 4 ++-- citadel/configure.ac | 2 +- libcitadel/configure.in | 2 +- libcitadel/lib/libcitadel.h | 2 +- webcit/configure.ac | 2 +- webcit/webcit.h | 10 +++++----- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index e94eebe62..658e317e9 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -53,10 +53,10 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 786 /* This version */ +#define REV_LEVEL 787 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 786 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 787 /* 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 52241a1d1..18fbf127b 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ AC_PREREQ(2.52) -AC_INIT([Citadel], [7.86], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.87], [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 77b2c54d7..dd2749150 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.86, http://www.citadel.org) +AC_INIT(libcitadel, 7.87, http://www.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 dc921fef3..d91b52f4a 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -10,7 +10,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 786 +#define LIBCITADEL_VERSION_NUMBER 787 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index 820f91dc2..29fd5bfdb 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.86], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.87], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 5ba500b2b..9144373fd 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -1,7 +1,7 @@ /* - * Copyright (c) 1987-2010 by the citadel.org team + * Copyright (c) 1987-2011 by the citadel.org team * - * This program is free software; you can redistribute it and/or modify + * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 3 of the License, or * (at your option) any later version. @@ -137,9 +137,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 786 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 786 /* min required Citadel ver */ -#define LIBCITADEL_MIN 786 /* min required libcitadel ver */ +#define CLIENT_VERSION 787 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 787 /* min required Citadel ver */ +#define LIBCITADEL_MIN 787 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Target for inline URL's */ -- 2.30.2