From c98537b5fcd898ae1806ac4e7f33216e2a0286cb Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 12 Apr 2007 14:56:28 +0000 Subject: [PATCH] Version number is now 7.08 --- citadel/citadel.h | 2 +- citadel/citadel.nsi | 4 ++-- citadel/configure.ac | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 4a993c1b9..4c37265fb 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -47,7 +47,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 707 /* This version */ +#define REV_LEVEL 708 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 706 /* Oldest compatible export files */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 2b3a257ef..47c71719f 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -4,7 +4,7 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" !define MUI_PRODUCT "Citadel" -!define MUI_VERSION "7.07" +!define MUI_VERSION "7.08" !define MUI_WELCOMEPAGE !define MUI_LICENSEPAGE !define MUI_COMPONENTSPAGE @@ -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.07.exe" +OutFile "citadel-7.08.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 d8de6d92d..1d22d4642 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.07], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.08], [http://www.citadel.org/]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) -- 2.30.2