* Internal version numbers to 7.81
authorArt Cancro <ajc@citadel.org>
Tue, 20 Jul 2010 19:46:38 +0000 (19:46 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 20 Jul 2010 19:46:38 +0000 (19:46 +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 9de0743d4e8b57eb6912993799b49131c9312d19..266eac3a62aabe0e30c166848f54b6c6350c198f 100644 (file)
@@ -53,10 +53,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      780             /* This version */
+#define REV_LEVEL      781             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 780             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 781             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 0398fcb18f4f99c9fa1073aa1729bd257d6acbb5..37411334c7fe62da6024075f624ec153ed2517f2 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.80], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.81], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index babf99131f9b21e37d012e66d88cb283a1a927f9..953286715448aa2ef480f83017956e081ca35d33 100644 (file)
@@ -1,3 +1,9 @@
+citadel (7.81-92) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 19 Jul 2010 22:00:00 +0001
+
 citadel (7.80-91) stable; urgency=low
 
   * new upstream version
index 02908bf017890dc5357adac3f222041ba8e93895..0d9e4d9ee98e8582adb087169809d999502ea579 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.80, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.81, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index c92fdac25e096dd61736db94a0d6d33ea1d29f0a..4f2dff062051d5db95339a9575d9eeeba0426e75 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (7.81-91) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 19 Jul 2010 22:00:00 +0001
+
 libcitadel (7.80-90) stable; urgency=low
 
   * new release
index 44e1544e77c9438a799b3365ed7472e16f64c271..ef93aaf65a7acf9e45f6a2969800525793845022 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      780
+#define LIBCITADEL_VERSION_NUMBER      781
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 56aa70347f4fafd19f0937b93a8c2e73521ad3fb..9907bc288caec943d34319e6d0bb4cb31e1b909c 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.80], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.81], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 0927dd191ed4864a4fe2a293d96141ada92d1bdd..b68baddfb7328237aff3cde7942c1ac43c7762cb 100644 (file)
@@ -1,3 +1,9 @@
+webcit (7.81-91) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 19 Jul 2010 22:00:00 +0001
+
 webcit (7.80-90) stable; urgency=low
 
   * new release
index e1b1f747c1f97cf1a86646ca1bb738c2090ec058..5c7b506ab5d2daac57487d46a37e695cf5ccb591 100644 (file)
@@ -138,9 +138,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         780             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    780             /* min required Citadel ver */
-#define        LIBCITADEL_MIN          780             /* min required libcitadel ver */
+#define CLIENT_VERSION         781             /* 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 */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Target for inline URL's */