Citadel 7.20 meta-release to be deployed to Easy Install
authorArt Cancro <ajc@citadel.org>
Fri, 14 Sep 2007 23:14:22 +0000 (23:14 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 14 Sep 2007 23:14:22 +0000 (23:14 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac

index 570b7879b023bf91d271e4f3997538e7a18362d7..26028aa533bf04345a7544f60f976f0dbd0df068 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      711             /* This version */
+#define REV_LEVEL      720             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 706             /* Oldest compatible export files */
 
index 62130eeb3b5b8f136345ff854e957fbe384b03e8..14df25fb421c3e9815717409ce6df204ad9d4d72 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.11"
+!define MUI_VERSION "7.20"
 !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.11.exe"
+OutFile "citadel-7.20.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index 929a3978c23794921b776e4a728253ffb5309587..ceb61bed1d371895e32d9a162d3d44646c54158d 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.11], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.20], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)