Version number is now 7.08
authorArt Cancro <ajc@citadel.org>
Thu, 12 Apr 2007 14:56:28 +0000 (14:56 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 12 Apr 2007 14:56:28 +0000 (14:56 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac

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