From d1c616bd006ce2b264d1b6057c128070aa257b86 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Mon, 11 Dec 2006 22:01:02 +0000 Subject: [PATCH] Internal version number is now 7.00 --- citadel/citadel.h | 2 +- citadel/citadel.nsi | 4 ++-- citadel/citadel.spec | 4 ++-- citadel/configure.ac | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 00f8e4b16..426600a93 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -47,7 +47,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 690 /* This version */ +#define REV_LEVEL 700 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 684 /* Oldest compatible export files */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index a5bba4e91..a15add3c0 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.90" +!define MUI_VERSION "7.00" !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.90.exe" +OutFile "citadel-7.00.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 89933e8c7..3690360cd 100644 --- a/citadel/citadel.spec +++ b/citadel/citadel.spec @@ -1,7 +1,7 @@ # $Id$ -Summary: Citadel, the flexible, powerful way to build online communities +Summary: An easy to administer messaging and groupware platform Name: citadel -Version: 6.90 +Version: 7.00 Release: 1 Copyright: GPL Group: Applications/Communications diff --git a/citadel/configure.ac b/citadel/configure.ac index 9e51ad1ed..375a66364 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -1,7 +1,7 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ AC_PREREQ(2.52) -AC_INIT([Citadel], [6.90], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.00], [http://www.citadel.org/]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) -- 2.39.2