Set internal version numbers to 8.21
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 16 Oct 2013 03:17:32 +0000 (23:17 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 16 Oct 2013 18:43:04 +0000 (14:43 -0400)
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
textclient/configure.ac
textclient/debian/changelog
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.h

index a3ad3c3121e6134b55b5f1280366e99336193309..24184de518b4d526efc92cec04ce45ef31ccd7fe 100644 (file)
@@ -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      820             /* This version */
+#define REV_LEVEL      821             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 820             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 821             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 109964099d96f7bd5e17ba1b1b64305e914177ea..ac868661f553f3e9a6d0739e7e074e871448de2a 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [8.20], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.21], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index a758c5e556e54820a0567634960a3131a0103179..808a4c7be4813a6ec004cbb741cbcd3427e57aa7 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.21-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 16 Oct 2013 22:00:00 +0001
+
 citadel (8.20-1) stable; urgency=low
 
   * new release
index f05f55c373945adbb2340c6b4e29ed9134f82cab..c0abf5be687a12086f3f0bbda3cc5d66beb4501e 100755 (executable)
@@ -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.20, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 4.8.21, 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=820
+LIBREVISION=821
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index ab24fd75c3d24a234f32cf47434deafc9dc9ce15..f8fac503b718426605e37870fb07dc59a6805b56 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.21-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 16 Oct 2013 22:00:00 +0001
+
 libcitadel (8.20-1) stable; urgency=low
 
   * new release
index 62beeac8720102483fb8ae383fdd901597040474..579196ff703c0ce60e20b9eb65ee65d5491c64cb 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      820
+#define LIBCITADEL_VERSION_NUMBER      821
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index cc8913dc36dc58ec27c026e378a9d15232922008..f1b8e9f6835d77b44bb768eb1fe540da2634cc3a 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [8.20], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.21], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 
 AC_CONFIG_HEADER(sysdep.h)
index 49e75304c1db588c61c1fc019ec264535c3d43e9..aebb52be7d1e88a270d242ff6f17e6dfe7704c8f 100644 (file)
@@ -1,3 +1,9 @@
+textclient (8.21-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 16 Oct 2013 22:00:00 +0001
+
 textclient (8.20-1) stable; urgency=low
 
   * new upstream version
index 46d6b51c107c4cd86c7ebdcc43ef452b4a02c70b..0e01b2238a101f7c41777950f1e941c53f437a34 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.20], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.21], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 258e1d1a22670b3374b7537355d990d518dbbbd6..2e3b3e3ff56c70cb726d94c2c541c146e524f762 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.21-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 16 Oct 2013 22:00:00 +0001
+
 webcit (8.20-1) stable; urgency=low
 
   * new release
index 7f8ba7c14c6d1cff68e9c6414cdae36d6bd23f49..69f2e19c7e834206575aa4d73a27f8d41c80acd4 100644 (file)
@@ -132,9 +132,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         820             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    820             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          820             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         821             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    821             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          821             /* 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 */