Bumped version numbers to 8.11 for upcoming release
authorArt Cancro <ajc@uncensored.citadel.org>
Wed, 16 May 2012 20:06:09 +0000 (16:06 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Wed, 16 May 2012 20:06:09 +0000 (16:06 -0400)
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
libcitadel/configure.in
libcitadel/debian/changelog
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.h

index cdc0a6b7ee2e52caeb8739b3756de8536397c7d8..9ea5bb3788912f18dac9b75b89dd38c30a58145b 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      810             /* This version */
+#define REV_LEVEL      811             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 810             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 811             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index eb09f1aa9bc89d460c87d20cb18abfc0aec8d911..39a77c3c156bc2aee5b6bb2adf80e424fcd2bb15 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.10], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.11], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index d1eb35ddf05dac82f9dae188d36e653463e839da..fabf4bc2b4ecbf1dc8a013bec35abc1045559a09 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.11-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 16 May 2012 22:00:00 +0001
+
 citadel (8.10-1) stable; urgency=low
 
   * new upstream version
index 3a6e803b295e51c262cfe356c793c43afa22624a..c42b37c4ef21f9cfd4b45a75af2e87c5b18e26d9 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, 8.10, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 8.11, 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=2
+LIBREVISION=3
 LIBAGE=1
 
 sinclude(conftools/libtool.m4)
index 60832db45190f695a15e318ae6add09549a336c9..dc2c13cc61757186965af9e98966d87fa0b60c73 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.11-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 16 May 2012 22:00:00 +0001
+
 libcitadel (8.10-1) stable; urgency=low
 
   * new release
index 6f3a7bc775ebfd4a6901e17da0984ff2a96a86c4..e89cd999da10f583d2f1dda2991578a713cb919e 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.10], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.11], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 62a21dcf5a35c506fb9e74891d5935446ea9651a..aa474697d237cf11f43bb7bb8dcd216e934f2388 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.11-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 16 May 2012 22:00:00 +0001
+
 webcit (8.10-1) stable; urgency=low
 
   * new release
index f4f113572397fd6aa33676474025d08925fc26dc..3eb35337138d91c5b42480f0ad8a1dacc941acd7 100644 (file)
@@ -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         810             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    805             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          805             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         811             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    811             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          811             /* 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 */