* All components of both stable and trunk noted as version 7.83
authorArt Cancro <ajc@citadel.org>
Wed, 28 Jul 2010 21:27:42 +0000 (21:27 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 28 Jul 2010 21:27:42 +0000 (21:27 +0000)
citadel/citadel.h
citadel/configure.ac
citadel/debian/changelog
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.h

index 266eac3a62aabe0e30c166848f54b6c6350c198f..d519766a7b5dd70599019292e0cbf9aff5bf44f9 100644 (file)
@@ -53,7 +53,7 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      781             /* This version */
+#define REV_LEVEL      783             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
 #define LIBCITADEL_MIN 781             /* Minimum required version of libcitadel */
index 37411334c7fe62da6024075f624ec153ed2517f2..23e7d203b27d8e74f9b516395d5a63183c12cf98 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [7.81], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.83], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index babf99131f9b21e37d012e66d88cb283a1a927f9..1edc07d436a55b27640a6d96094fb9c6280bc767 100644 (file)
@@ -1,3 +1,9 @@
+citadel (7.83-91) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 28 Jul 2010 22:00:00 +0001
+
 citadel (7.80-91) stable; urgency=low
 
   * new upstream version
index 0d9e4d9ee98e8582adb087169809d999502ea579..cc8defb7776368931f486a7f4c19aa6a08c196fc 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, 7.81, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.83, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index c92fdac25e096dd61736db94a0d6d33ea1d29f0a..f4ca91ae38c7cc2a4ada46ee8d4ca59a9d8892e9 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (7.83-91) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 28 Jul 2010 22:00:00 +0001
+
 libcitadel (7.80-90) stable; urgency=low
 
   * new release
index ef93aaf65a7acf9e45f6a2969800525793845022..b15c8c91c1729c8be42f23e28a8c75d16b18b583 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      781
+#define LIBCITADEL_VERSION_NUMBER      783
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 9907bc288caec943d34319e6d0bb4cb31e1b909c..db1426fad305613abc9cba4ea9e5dc25987e83ab 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.81], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.83], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 0927dd191ed4864a4fe2a293d96141ada92d1bdd..51e4b894410a74ba089646f9046e9da751fa34af 100644 (file)
@@ -1,3 +1,9 @@
+webcit (7.83-91) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Wed, 28 Jul 2010 22:00:00 +0001
+
 webcit (7.80-90) stable; urgency=low
 
   * new release
index 5c7b506ab5d2daac57487d46a37e695cf5ccb591..80df8c66f36430cdd19aabe6e5abb6267251045c 100644 (file)
@@ -138,7 +138,7 @@ 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         781             /* This version of WebCit */
+#define CLIENT_VERSION         783             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    781             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          781             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */