From 9b84bc06f8c206cd2776ae08ecb1e84623c797c6 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 12 Sep 2008 02:39:23 +0000 Subject: [PATCH] Version 7.38 of citadel and libcitadel --- citadel/citadel.h | 4 ++-- citadel/citadel.nsi | 2 +- citadel/configure.ac | 2 +- libcitadel/configure.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 44c93e342..5f205c4cb 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -38,10 +38,10 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 737 /* This version */ +#define REV_LEVEL 738 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 737 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 737 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 738 /* Minimum required version of libcitadel */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 79603f6f8..05469808d 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -18,7 +18,7 @@ ;!define MUI_ICON "${NSISDIR}\Contrib\Icons\modern-install.ico" ;!define MUI_UNICON "${NSISDIR}\Contrib\Icons\modern-uninstall.ico" -OutFile "citadel-7.36.exe" +OutFile "citadel-7.38.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" diff --git a/citadel/configure.ac b/citadel/configure.ac index add01aff0..bac81740b 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.37], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.38], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) diff --git a/libcitadel/configure.in b/libcitadel/configure.in index f2385cb29..1d82e741a 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, 7.37, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.38, https://uncensored.citadel.org) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools) -- 2.30.2