From: Art Cancro Date: Fri, 21 Jan 2005 20:24:35 +0000 (+0000) Subject: * Internal version number is now 6.30 X-Git-Tag: v7.86~5125 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=d1303d2a3018a4e318791ad87449da3c9094638f;p=citadel.git * Internal version number is now 6.30 --- diff --git a/citadel/ChangeLog b/citadel/ChangeLog index ce430c590..5bfb109e9 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,4 +1,7 @@ $Log$ + Revision 629.10 2005/01/21 20:24:34 ajc + * Internal version number is now 6.30 + Revision 629.9 2005/01/21 20:20:06 ajc * Increase per-thread stack size from 128k to 256k. This fixes the crashing IMAP service on 64-bit Linux. @@ -6287,3 +6290,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 4ee229782..d7d071a74 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -32,7 +32,7 @@ extern "C" { /* * Text description of this software */ -#define CITADEL "Citadel 6.29" +#define CITADEL "Citadel 6.30" /* * 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 629 /* This version */ +#define REV_LEVEL 630 /* 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 48af197d1..ab9414b1d 100644 --- a/citadel/citadel.lsm +++ b/citadel/citadel.lsm @@ -1,7 +1,7 @@ Begin4 Title: Citadel -Version: 6.29 -Entered-date: Mon Jan 3 22:55:53 EST 2005 +Version: 6.30 +Entered-date: Fri Jan 21 15:23:40 EST 2005 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 b8772820b..7ebca7195 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.29" +!define MUI_VERSION "6.30" !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.29.exe" +OutFile "citadel-6.30.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 ffccdcfb2..3e1e3356e 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.29 +Version: 6.30 Release: 1 Copyright: GPL Group: Applications/Communications