Version 7.09
authorArt Cancro <ajc@citadel.org>
Thu, 19 Apr 2007 16:44:09 +0000 (16:44 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 19 Apr 2007 16:44:09 +0000 (16:44 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac

index 4c37265fba751f31981f91c8f34aacb6099fafa3..6f3bceb3e8e298424b2087a0561b0fa71ed93c04 100644 (file)
@@ -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      708             /* This version */
+#define REV_LEVEL      709             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 706             /* Oldest compatible export files */
 
index 47c71719f45abbede6c216aba2ac128289e5f2e6..2904a0cc37b63165f3a5fe60950998631cc2a1b3 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.08"
+!define MUI_VERSION "7.09"
 !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.08.exe"
+OutFile "citadel-7.09.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 1d22d464299fad02416c3685264aea53b4460bb7..de0330c49554536ecab8279afa7524d6cd556b01 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.08], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.09], [http://www.citadel.org/])
 AC_REVISION([$Revision$])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)