From: Art Cancro Date: Wed, 7 Mar 2007 05:51:18 +0000 (+0000) Subject: THIS IS CITADEL 7.06 X-Git-Tag: v7.86~3538 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=4b71463433e632cfba04b718eb0fba2ef936bf9f;p=citadel.git THIS IS CITADEL 7.06 --- diff --git a/citadel/citadel.h b/citadel/citadel.h index 8dfa7ca7e..fbbbd44af 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -47,9 +47,9 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 705 /* This version */ +#define REV_LEVEL 706 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ -#define EXPORT_REV_MIN 705 /* Oldest compatible export files */ +#define EXPORT_REV_MIN 706 /* Oldest compatible export files */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index a15add3c0..3a8590d58 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 "7.00" +!define MUI_VERSION "7.06" !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-7.00.exe" +OutFile "citadel-7.06.exe" BGGradient off LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)" diff --git a/citadel/configure.ac b/citadel/configure.ac index 636dd7269..8d5cab7e6 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], [7.05], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.06], [http://www.citadel.org/]) AC_REVISION([$Revision$]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel)