From a845b4fa9330e996a5cc62fdc5347ac982e855bf Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 1 Apr 2015 12:58:03 -0400 Subject: [PATCH] Ran the releaseversion.sh script to mark everything as version 9.01 --- citadel/citadel.h | 6 +++--- citadel/configure.ac | 2 +- citadel/debian/changelog | 6 ++++++ libcitadel/configure.in | 4 ++-- libcitadel/debian/changelog | 6 ++++++ libcitadel/lib/libcitadel.h | 2 +- textclient/configure.ac | 2 +- textclient/debian/changelog | 6 ++++++ webcit/configure.ac | 2 +- webcit/debian/changelog | 6 ++++++ webcit/webcit.h | 8 ++++---- 11 files changed, 37 insertions(+), 13 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 9198d4a28..d1dd3598f 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -1,7 +1,7 @@ /* * Main Citadel header file * - * Copyright (c) 1987-2014 by the citadel.org team + * Copyright (c) 1987-2015 by the citadel.org team * * This program is open source software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3. @@ -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 830 /* This version */ +#define REV_LEVEL 901 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 829 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 901 /* 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 aa900202e..3a4fbe69c 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.29], [http://www.citadel.org/]) +AC_INIT([Citadel], [9.01], [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 a421eed7e..9d8b4a8ba 100644 --- a/citadel/debian/changelog +++ b/citadel/debian/changelog @@ -1,3 +1,9 @@ +citadel (9.01-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 01 Apr 2015 12:56:30 -0400 + citadel (8.29-1) stable; urgency=low * development prerelease diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 5e332a220..595f0b6ed 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, 4.8.29, http://uncensored.citadel.org) +AC_INIT(libcitadel, 4.9.01, 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=4 -LIBREVISION=829 +LIBREVISION=901 LIBAGE=0 sinclude(conftools/libtool.m4) diff --git a/libcitadel/debian/changelog b/libcitadel/debian/changelog index d2f0708a2..b26175f6a 100644 --- a/libcitadel/debian/changelog +++ b/libcitadel/debian/changelog @@ -1,3 +1,9 @@ +libcitadel (9.01-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 01 Apr 2015 12:56:30 -0400 + libcitadel (8.29-1) stable; urgency=low * development prerelease diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index d7da488f1..aa1f5a141 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -28,7 +28,7 @@ #include #include -#define LIBCITADEL_VERSION_NUMBER 829 +#define LIBCITADEL_VERSION_NUMBER 901 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/textclient/configure.ac b/textclient/configure.ac index c967b6308..daee0dc2c 100644 --- a/textclient/configure.ac +++ b/textclient/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.29], [http://www.citadel.org/]) +AC_INIT([Citadel], [9.01], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_HEADER(sysdep.h) diff --git a/textclient/debian/changelog b/textclient/debian/changelog index 76a46ee86..dc8c6726b 100644 --- a/textclient/debian/changelog +++ b/textclient/debian/changelog @@ -1,3 +1,9 @@ +textclient (9.01-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 01 Apr 2015 12:56:30 -0400 + textclient (8.29-1) stable; urgency=low * development prerelease diff --git a/webcit/configure.ac b/webcit/configure.ac index 8cb65c334..6f74bdcba 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.29], [http://www.citadel.org/]) +AC_INIT([WebCit], [9.01], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/debian/changelog b/webcit/debian/changelog index 325696725..d48253326 100644 --- a/webcit/debian/changelog +++ b/webcit/debian/changelog @@ -1,3 +1,9 @@ +webcit (9.01-1) stable; urgency=low + + * new release + + -- Wilfried Goesgens Wed, 01 Apr 2015 12:56:30 -0400 + webcit (8.29-1) stable; urgency=low * development prerelease diff --git a/webcit/webcit.h b/webcit/webcit.h index c5e1fe422..e0f7df7eb 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 1987-2014 by the citadel.org team + * Copyright (c) 1987-2015 by the citadel.org team * * This program is open source software; you can redistribute it and/or * modify it under the terms of the GNU General Public License version 3. @@ -127,9 +127,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 829 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 829 /* Minimum required version of Citadel server */ -#define LIBCITADEL_MIN 821 /* Minimum required version of libcitadel */ +#define CLIENT_VERSION 901 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 901 /* Minimum required version of Citadel server */ +#define LIBCITADEL_MIN 901 /* 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