From 30b9612cd0e467eb87a58d41e9a0abe222e8aca0 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 14 Sep 2007 23:14:22 +0000 Subject: [PATCH] Citadel 7.20 meta-release to be deployed to Easy Install --- 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 570b7879b..26028aa53 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 711 /* This version */ +#define REV_LEVEL 720 /* 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 62130eeb3..14df25fb4 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.11" +!define MUI_VERSION "7.20" !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.11.exe" +OutFile "citadel-7.20.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 929a3978c..ceb61bed1 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.11], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.20], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) -- 2.39.2