version number to 8.14 for upcoming release v8.14
authorArt Cancro <ajc@uncensored.citadel.org>
Fri, 20 Jul 2012 13:58:14 +0000 (09:58 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Fri, 20 Jul 2012 13:58:14 +0000 (09:58 -0400)
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 0d18972200d745a0fec0b9bdd47faa567dee8dd0..55d44b5b4437a6f9994beefa3de8cb3ad0e8c283 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      813             /* This version */
+#define REV_LEVEL      814             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 812             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 814             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 943a8457126c660a59878de6cf197153a6b59da2..95887497465108a8a9c0580ef7806b6d4b71701c 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.13], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.14], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index 2bb428bf7a3077f57f7294ab0ac362a1235c5ec0..679751b789fec2510b5cbed4d0eef8d59e7dc774 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.14-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Fri, 20 Jun 2012 22:00:00 +0001
+
 citadel (8.13-1) stable; urgency=low
 
   * new upstream version
index fb45b74a2068e8c7cf02ef82f8a3de93b012c8a2..a1eb3609fad99961fdae77216bf5a928b8e95845 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, 3.8.13, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 3.8.14, 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=3
-LIBREVISION=813
+LIBREVISION=814
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index 95112cad9492783fedf8ab0c32ca50561076fff6..184cb5e6d8d2b7db1a9aacc0e7c4a6622e2ba3a7 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.14-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Fri, 20 Jun 2012 22:00:00 +0001
+
 libcitadel (8.13-1) stable; urgency=low
 
   * new release
index 296d1cee50a0de60f1a7bef41184198ce4524931..5f38ce163135c50bb9f3f59b76b62d45fa202057 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      813
+#define LIBCITADEL_VERSION_NUMBER      814
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index 5fc9194cee7d0ec157dd827de91ab55382970b93..4e3e71385b3fc33b321e8f5d739dc47c26604cbf 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.13], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.14], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index f9e6a8bad7f60cb15603b5f2399105f3e355463a..a882013871692147bc171d6c73dd1ef42633528f 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.14-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Fri, 20 Jun 2012 22:00:00 +0001
+
 webcit (8.13-1) stable; urgency=low
 
   * new release
index d3ef2977202e2c008f3d4e8f91aa21c8f2023832..7544d42fd695df6c034a67689ecacf528fb52e18 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         813             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    813             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          813             /* Minimum required version of libcitadel */
+#define CLIENT_VERSION         814             /* This version of WebCit */
+#define MINIMUM_CIT_VERSION    814             /* Minimum required version of Citadel server */
+#define        LIBCITADEL_MIN          814             /* 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 */