* THIS IS 7.33 / 1.08
authorWilfried Göesgens <willi@citadel.org>
Mon, 3 Mar 2008 20:57:57 +0000 (20:57 +0000)
committerWilfried Göesgens <willi@citadel.org>
Mon, 3 Mar 2008 20:57:57 +0000 (20:57 +0000)
citadel/configure.ac
citadel/server.h
libcitadel/configure.in
webcit/configure.ac

index 0dd01603120e1bcdccd40c0d4b98e83c008fb9d0..8778a272d702080c11edaf77af39059c0cc46818 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.32], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.33], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index cfdea64cd64e1043e0a74e5fa9069b20b1ffed7e..2a4aa0956decf92175acad70d781980257fe0efa 100644 (file)
@@ -42,7 +42,7 @@ struct CtdlMessage {
 #define CTDLEXIT_HOME          103     /* Citadel home directory not found */
 #define CTDLEXIT_OOD           104     /* Out Of Date config - rerun setup */
 #define CTDLEXIT_DB            105     /* Unable to initialize database */
-#define CTDLEXIT_LIBCITADEL    106     /* Incorrect version of libcitadel */
+#define CTDLEXIT_LIBCITADEL    108     /* Incorrect version of libcitadel */
 
 
 
index dad2a9998b40785ab82c912a36590f479d25a2b9..56c55a32b0ba9d3289179a3c24853ccceea2a018 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, 1.06, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 1.08, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 2017d692faca681fb2b25004b3eab3ac0e83956e..eac01f714b3aa284ddf89c73f1c1ed7a58dc5d1f 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.31], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.33], [http://www.citadel.org/])
 
 AC_SUBST(PROG_SUBDIRS)
 AC_DEFINE(PROG_SUBDIRS, [], [Program dirs])