From 7fd7bfb667b0719169f46831dcf361b7df0c010b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 11 Aug 2004 21:51:36 +0000 Subject: [PATCH] * Prepare for 6.24 release --- citadel/citadel.h | 4 ++-- citadel/citadel.lsm | 4 ++-- citadel/citadel.nsi | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 0559ba334..496e45471 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.23" +#define CITADEL "Citadel 6.24" /* * REV_LEVEL is the current version number (multiplied by 100 to avoid having @@ -44,7 +44,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 623 /* This version */ +#define REV_LEVEL 624 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 623 /* Oldest compatible export files */ diff --git a/citadel/citadel.lsm b/citadel/citadel.lsm index 8a4725193..8545d312e 100644 --- a/citadel/citadel.lsm +++ b/citadel/citadel.lsm @@ -1,7 +1,7 @@ Begin4 Title: Citadel -Version: 6.21 -Entered-date: Thu May 20 12:10:30 EDT 2004 +Version: 6.24 +Entered-date: Wed Aug 11 17:45:18 EDT 2004 Description: The Citadel messaging platform for Unix systems. In addition to BBS functionality, Citadel also offers advanced messaging and groupware applications, including Internet e-mail diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index d706e29f6..4ee74232b 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 "6.21" +!define MUI_VERSION "6.24" !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-6.07.exe" +OutFile "citadel-6.24.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" -- 2.39.2