From 815368746268b7335c1d8525ad0f8a7ddc6dec02 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Wed, 16 Nov 2005 02:18:17 +0000 Subject: [PATCH] THIS IS 6.62 --- citadel/ChangeLog | 3 +++ citadel/citadel.h | 4 ++-- citadel/citadel.nsi | 4 ++-- citadel/citadel.spec | 6 +++--- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 42c30fc38..fa1da972b 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,5 +1,8 @@ $Id$ +Tue Nov 15 21:18:01 EST 2005 ajc +* THIS IS 6.62 + Sun Nov 13 23:35:55 EST 2005 ajc * serv_extensions.c: serv_upgrade_init() must be called prior to serv_inetcfg_init() in order to ensure that citadel.control is created diff --git a/citadel/citadel.h b/citadel/citadel.h index 010dfacd8..f18b28f30 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -33,7 +33,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.61" +#define CITADEL "Citadel 6.62" /* * REV_LEVEL is the current version number (multiplied by 100 to avoid having @@ -45,7 +45,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 661 /* This version */ +#define REV_LEVEL 662 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 655 /* Oldest compatible export files */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 034ee1fa0..2273ea680 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.54" +!define MUI_VERSION "6.62" !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.54.exe" +OutFile "citadel-6.62.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 0e114cc74..04f004745 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,15 +1,15 @@ # $Id$ Summary: Citadel, the flexible, powerful way to build online communities Name: citadel -Version: 6.54 +Version: 6.62 Release: 1 Copyright: GPL Group: Applications/Communications -Source0: http://my.citadel.org/download/citadel-ux-%{PACKAGE_VERSION}.tar.gz +Source0: http://easyinstall.citadel.org/citadel-%{PACKAGE_VERSION}.tar.gz Buildroot: /var/tmp/citadel-%{PACKAGE_VERSION}-root #Icon: citux-64x64.xpm Vendor: Citadel Development Team -URL: http://uncensored.citadel.org/citadel/ +URL: http://www.citadel.org # I don't think we should actually Require this because we can be configured # not to connect to an LDAP server. So we really only require the client -- 2.39.2