Version number to 8.13 for upcoming release. v8.13
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 16 Jul 2012 16:14:46 +0000 (12:14 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 16 Jul 2012 16:14:46 +0000 (12:14 -0400)
citadel/debian/changelog
libcitadel/configure.in
libcitadel/debian/changelog
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/debian/changelog
webcit/webcit.h

index e5c9476671160e0f2a74cbdb9155ba1b99a24c2f..2bb428bf7a3077f57f7294ab0ac362a1235c5ec0 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.13-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 16 Jun 2012 22:00:00 +0001
+
 citadel (8.12-1) stable; urgency=low
 
   * new upstream version
index 89b6aeea2d85fb90f6b1fa7606f91d22b118d6be..0d21b1121d2f8317a90376acb0a4f078104d5234 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, 2.8.12, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 2.8.13, 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=812
+LIBREVISION=813
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index 592cbd0a5ea5bebdee6108bda65dce2eab6ea72c..95112cad9492783fedf8ab0c32ca50561076fff6 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.13-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 16 Jun 2012 22:00:00 +0001
+
 libcitadel (8.12-1) stable; urgency=low
 
   * new release
index 71d2ec8f2b0d144a143621dde4f047c6926d90a5..296d1cee50a0de60f1a7bef41184198ce4524931 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      812
+#define LIBCITADEL_VERSION_NUMBER      813
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index c562f1c5d72fdd7b0833c03fe9755f261a81cf96..5fc9194cee7d0ec157dd827de91ab55382970b93 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.12], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.13], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 0e019e70c55132f7011a95463d09ab3f75a1ab61..f9e6a8bad7f60cb15603b5f2399105f3e355463a 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.13-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Mon, 16 Jun 2012 22:00:00 +0001
+
 webcit (8.12-1) stable; urgency=low
 
   * new release
index 3ae478722e07a1a5df77d2639afc666e84009ec6..d3ef2977202e2c008f3d4e8f91aa21c8f2023832 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         812             /* This version of WebCit */
-#define MINIMUM_CIT_VERSION    812             /* Minimum required version of Citadel server */
-#define        LIBCITADEL_MIN          812             /* Minimum required version of libcitadel */
+#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 DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Window target for inline URL's */