From 53481be28de6082a8f59dad096ff7df7601fa1a7 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 20 Jul 2012 09:58:14 -0400 Subject: [PATCH] version number to 8.14 for upcoming release --- citadel/citadel.h | 4 ++-- citadel/configure.ac | 2 +- citadel/debian/changelog | 6 ++++++ libcitadel/configure.in | 4 ++-- libcitadel/debian/changelog | 6 ++++++ libcitadel/lib/libcitadel.h | 2 +- webcit/configure.ac | 2 +- webcit/debian/changelog | 6 ++++++ webcit/webcit.h | 6 +++--- 9 files changed, 28 insertions(+), 10 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 0d1897220..55d44b5b4 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -45,10 +45,10 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 813 /* This version */ +#define REV_LEVEL 814 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 812 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 814 /* 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 943a84571..958874974 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], [8.13], [http://www.citadel.org/]) +AC_INIT([Citadel], [8.14], [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 2bb428bf7..679751b78 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,9 @@ +citadel (8.14-1) stable; urgency=low + + * new upstream version + + -- Wilfried Goesgens Fri, 20 Jun 2012 22:00:00 +0001 + citadel (8.13-1) stable; urgency=low * new upstream version diff --git a/libcitadel/configure.in b/libcitadel/configure.in index fb45b74a2..a1eb3609f 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, 3.8.13, http://uncensored.citadel.org) +AC_INIT(libcitadel, 3.8.14, http://uncensored.citadel.org) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools) @@ -23,7 +23,7 @@ dnl If the API changes incompatibly set LIBAGE back to 0 dnl LIBCURRENT=3 -LIBREVISION=813 +LIBREVISION=814 LIBAGE=0 sinclude(conftools/libtool.m4) diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index 95112cad9..184cb5e6d 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (8.14-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Fri, 20 Jun 2012 22:00:00 +0001 + libcitadel (8.13-1) stable; urgency=low * new release diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 296d1cee5..5f38ce163 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -28,7 +28,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 813 +#define LIBCITADEL_VERSION_NUMBER 814 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index 5fc9194ce..4e3e71385 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], [8.13], [http://www.citadel.org/]) +AC_INIT([WebCit], [8.14], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/debian/changelog b/webcit/debian/changelog index f9e6a8bad..a88201387 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (8.14-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Fri, 20 Jun 2012 22:00:00 +0001 + webcit (8.13-1) stable; urgency=low * new release diff --git a/webcit/webcit.h b/webcit/webcit.h index d3ef29772..7544d42fd 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -128,9 +128,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 813 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 813 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 813 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 814 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 814 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 814 /* Minimum required version of libcitadel */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Window target for inline URL's */ -- 2.30.2