From ce4a0ca80ba2d0849d9d594fdb35805fac1a130b Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 3 Nov 2004 20:18:46 +0000 Subject: [PATCH] * Internal version number is now 6.27 --- citadel/ChangeLog | 4 ++++ citadel/citadel.h | 4 ++-- citadel/citadel.lsm | 4 ++-- citadel/citadel.nsi | 4 ++-- citadel/citadel.spec | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 005706e68..390c0c1ad 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 626.18 2004/11/03 20:18:46 ajc + * Internal version number is now 6.27 + Revision 626.17 2004/11/02 22:59:20 ajc * setup.c: fixed an incorrect variable name that was causing inittab twiddling to malfunction. @@ -6186,3 +6189,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant Fri Jul 10 1998 Art Cancro * Initial CVS import + diff --git a/citadel/citadel.h b/citadel/citadel.h index 54911d4ec..47c93997d 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.26" +#define CITADEL "Citadel 6.27" /* * 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 626 /* This version */ +#define REV_LEVEL 627 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 626 /* Oldest compatible export files */ diff --git a/citadel/citadel.lsm b/citadel/citadel.lsm index ecbc1229e..43f875228 100644 --- a/citadel/citadel.lsm +++ b/citadel/citadel.lsm @@ -1,7 +1,7 @@ Begin4 Title: Citadel -Version: 6.26 -Entered-date: Tue Sep 28 12:08:12 EDT 2004 +Version: 6.27 +Entered-date: Wed Nov 3 15:15:03 EST 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 f0391c084..26ec6bc87 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.26" +!define MUI_VERSION "6.27" !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.26.exe" +OutFile "citadel-6.27.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" diff --git a/citadel/citadel.spec b/citadel/citadel.spec index 4d42f1a57..0abf40f5d 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,7 +1,7 @@ # $Id$ Summary: Citadel, the flexible, powerful way to build online communities Name: citadel -Version: 6.26 +Version: 6.27 Release: 1 Copyright: GPL Group: Applications/Communications -- 2.39.2