changing internal version number to 8.12 v8.12
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 26 Jun 2012 14:51:02 +0000 (10:51 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 26 Jun 2012 14:51:02 +0000 (10:51 -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 9ea5bb3788912f18dac9b75b89dd38c30a58145b..9b0c36babb2e6cd039dbbb28ee33f041fc21ca47 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      811             /* This version */
+#define REV_LEVEL      812             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 760             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 811             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 812             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 39a77c3c156bc2aee5b6bb2adf80e424fcd2bb15..7682cbb4024fb5665df49cf770dc06c25088640f 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.11], [http://www.citadel.org/])
+AC_INIT([Citadel], [8.12], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
index fabf4bc2b4ecbf1dc8a013bec35abc1045559a09..e5c9476671160e0f2a74cbdb9155ba1b99a24c2f 100644 (file)
@@ -1,3 +1,9 @@
+citadel (8.12-1) stable; urgency=low
+
+  * new upstream version
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 26 Jun 2012 22:00:00 +0001
+
 citadel (8.11-1) stable; urgency=low
 
   * new upstream version
index 8438d415c6ec65041c724a736d3508f28a4152a5..89b6aeea2d85fb90f6b1fa7606f91d22b118d6be 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.11, http://uncensored.citadel.org)
+AC_INIT(libcitadel, 2.8.12, 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=811
+LIBREVISION=812
 LIBAGE=0
 
 sinclude(conftools/libtool.m4)
index dc2c13cc61757186965af9e98966d87fa0b60c73..592cbd0a5ea5bebdee6108bda65dce2eab6ea72c 100644 (file)
@@ -1,3 +1,9 @@
+libcitadel (8.12-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 26 Jun 2012 22:00:00 +0001
+
 libcitadel (8.11-1) stable; urgency=low
 
   * new release
index f718536bc8063eef564825085cd253c732edcfc8..a4e8f0cf0b06b4460e0196294388f3d2f48cc942 100644 (file)
@@ -28,7 +28,7 @@
 #include <sys/types.h>
 #include <netinet/in.h>
 
-#define LIBCITADEL_VERSION_NUMBER      811
+#define LIBCITADEL_VERSION_NUMBER      812
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index e89cd999da10f583d2f1dda2991578a713cb919e..c562f1c5d72fdd7b0833c03fe9755f261a81cf96 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [8.11], [http://www.citadel.org/])
+AC_INIT([WebCit], [8.12], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index aa474697d237cf11f43bb7bb8dcd216e934f2388..0e019e70c55132f7011a95463d09ab3f75a1ab61 100644 (file)
@@ -1,3 +1,9 @@
+webcit (8.12-1) stable; urgency=low
+
+  * new release
+
+ -- Wilfried Goesgens <w.goesgens@outgesourced.org>  Tue, 26 Jun 2012 22:00:00 +0001
+
 webcit (8.11-1) stable; urgency=low
 
   * new release
index 3eb35337138d91c5b42480f0ad8a1dacc941acd7..3ae478722e07a1a5df77d2639afc666e84009ec6 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         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 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 DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"
 #define TARGET                 "webcit01"      /* Window target for inline URL's */