From d4b623902be4baad9db777843f29e26cb5508e3a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 27 Mar 2004 02:33:10 +0000 Subject: [PATCH] * Bumped the version number to 6.20 * Corrected session.txt writeup for CONF command (three of the five LDAP related fields were missing) * Updated the roadmap documentation slightly --- citadel/ChangeLog | 7 +++++++ citadel/citadel.h | 4 ++-- citadel/citadel.nsi | 2 +- citadel/citadel.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 49ff30ccb..81a0960cc 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,10 @@ $Log$ + Revision 614.105 2004/03/27 02:33:10 ajc + * Bumped the version number to 6.20 + * Corrected session.txt writeup for CONF command (three of the five LDAP + related fields were missing) + * Updated the roadmap documentation slightly + Revision 614.104 2004/03/27 02:21:30 ajc * Completed documenting the LDAP Connector @@ -5627,3 +5633,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 01aaf3924..03aa6282a 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel/UX 6.14" +#define CITADEL "Citadel/UX 6.20" /* * 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 615 /* This version */ +#define REV_LEVEL 620 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 615 /* Oldest compatible export files */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 4ceac0a90..8f71c66de 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -4,7 +4,7 @@ !include "${NSISDIR}\Contrib\Modern UI\System.nsh" !define MUI_PRODUCT "Citadel/UX" -!define MUI_VERSION "6.07" +!define MUI_VERSION "6.20" !define MUI_WELCOMEPAGE !define MUI_LICENSEPAGE !define MUI_COMPONENTSPAGE diff --git a/citadel/citadel.spec b/citadel/citadel.spec index bf29d9438..d00a2b50f 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,7 +1,7 @@ # $Id$ Summary: Citadel/UX, the flexible, powerful way to build online communities Name: citadel -Version: 6.01a +Version: 6.20 Release: 1 Copyright: GPL Group: Applications/Communications -- 2.39.2