From: Wilfried Göesgens Date: Mon, 3 Mar 2008 20:57:57 +0000 (+0000) Subject: * THIS IS 7.33 / 1.08 X-Git-Tag: v7.86~2445 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=63c3efcbb26d12c3a2c829d81dfe90c25de8ad98 * THIS IS 7.33 / 1.08 --- diff --git a/citadel/configure.ac b/citadel/configure.ac index 0dd016031..8778a272d 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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) diff --git a/citadel/server.h b/citadel/server.h index cfdea64cd..2a4aa0956 100644 --- a/citadel/server.h +++ b/citadel/server.h @@ -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 */ diff --git a/libcitadel/configure.in b/libcitadel/configure.in index dad2a9998..56c55a32b 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -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) diff --git a/webcit/configure.ac b/webcit/configure.ac index 2017d692f..eac01f714 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -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])