From 19f25b054054ea7756a8f47feb546d2324316844 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 28 Jul 2010 21:27:42 +0000 Subject: [PATCH] * All components of both stable and trunk noted as version 7.83 --- citadel/citadel.h | 2 +- citadel/configure.ac | 2 +- citadel/debian/changelog | 6 ++++++ libcitadel/configure.in | 2 +- libcitadel/debian/changelog | 6 ++++++ libcitadel/lib/libcitadel.h | 2 +- webcit/configure.ac | 2 +- webcit/debian/changelog | 6 ++++++ webcit/webcit.h | 2 +- 9 files changed, 24 insertions(+), 6 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 266eac3a6..d519766a7 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -53,7 +53,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 781 /* This version */ +#define REV_LEVEL 783 /* 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 */ diff --git a/citadel/configure.ac b/citadel/configure.ac index 37411334c..23e7d203b 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.81], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.83], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_CONFIG_HEADER(sysdep.h) diff --git a/citadel/debian/changelog b/citadel/debian/changelog index babf99131..1edc07d43 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,9 @@ +citadel (7.83-91) stable; urgency=low + + * new upstream version + + -- Wilfried Goesgens Wed, 28 Jul 2010 22:00:00 +0001 + citadel (7.80-91) stable; urgency=low * new upstream version diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 0d9e4d9ee..cc8defb77 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.81, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.83, https://uncensored.citadel.org) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools) diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index c92fdac25..f4ca91ae3 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (7.83-91) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 28 Jul 2010 22:00:00 +0001 + libcitadel (7.80-90) stable; urgency=low * new release diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index ef93aaf65..b15c8c91c 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -15,7 +15,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 781 +#define LIBCITADEL_VERSION_NUMBER 783 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index 9907bc288..db1426fad 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.81], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.83], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/debian/changelog b/webcit/debian/changelog index 0927dd191..51e4b8944 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (7.83-91) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 28 Jul 2010 22:00:00 +0001 + webcit (7.80-90) stable; urgency=low * new release diff --git a/webcit/webcit.h b/webcit/webcit.h index 5c7b506ab..80df8c66f 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -138,7 +138,7 @@ 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 781 /* This version of WebCit */ +#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 DEFAULT_HOST "localhost" /* Default Citadel server */ -- 2.30.2