From dc4679ebfb997ad5941b5a32b8e0f1fd0488ea68 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 16 Jul 2012 12:14:46 -0400 Subject: [PATCH] Version number to 8.13 for upcoming release. --- 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 +++--- 7 files changed, 25 insertions(+), 7 deletions(-) diff --git a/citadel/debian/changelog b/citadel/debian/changelog index e5c947667..2bb428bf7 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,9 @@ +citadel (8.13-1) stable; urgency=low + + * new upstream version + + -- Wilfried Goesgens Mon, 16 Jun 2012 22:00:00 +0001 + citadel (8.12-1) stable; urgency=low * new upstream version diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 89b6aeea2..0d21b1121 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, 2.8.12, http://uncensored.citadel.org) +AC_INIT(libcitadel, 2.8.13, 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=2 -LIBREVISION=812 +LIBREVISION=813 LIBAGE=0 sinclude(conftools/libtool.m4) diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index 592cbd0a5..95112cad9 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (8.13-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Mon, 16 Jun 2012 22:00:00 +0001 + libcitadel (8.12-1) stable; urgency=low * new release diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 71d2ec8f2..296d1cee5 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -28,7 +28,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 812 +#define LIBCITADEL_VERSION_NUMBER 813 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index c562f1c5d..5fc9194ce 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.12], [http://www.citadel.org/]) +AC_INIT([WebCit], [8.13], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/debian/changelog b/webcit/debian/changelog index 0e019e70c..f9e6a8bad 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (8.13-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Mon, 16 Jun 2012 22:00:00 +0001 + webcit (8.12-1) stable; urgency=low * new release diff --git a/webcit/webcit.h b/webcit/webcit.h index 3ae478722..d3ef29772 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 812 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 812 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 812 /* Minimum required version of libcitadel */ +#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 DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Window target for inline URL's */ -- 2.30.2