THIS IS CITADEL 7.06
authorArt Cancro <ajc@citadel.org>
Wed, 7 Mar 2007 05:51:18 +0000 (05:51 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 7 Mar 2007 05:51:18 +0000 (05:51 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac

index 8dfa7ca7e1f17b690918d5714f1ca1ee3a0fc422..fbbbd44af4e7b9bd8b5d7a1b5b927c5f746002f1 100644 (file)
@@ -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 */
index a15add3c0d89e385108b7ca213d4a46776245bd0..3a8590d58196d89c045b1009bbf4a1f2830000c0 100644 (file)
@@ -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)"
index 636dd7269c40a6c12487f631ff8db3bdcb5c4cf6..8d5cab7e69b3f06e3acb1d59111a94e597fba47e 100644 (file)
@@ -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)