Version 7.38 of citadel and libcitadel
authorArt Cancro <ajc@citadel.org>
Fri, 12 Sep 2008 02:39:23 +0000 (02:39 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 12 Sep 2008 02:39:23 +0000 (02:39 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/configure.in

index 44c93e342814d527be691715e97db1080b6a6cfa..5f205c4cbb4f8decd08254c8ddab41e3635f7ea9 100644 (file)
@@ -38,10 +38,10 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      737             /* This version */
+#define REV_LEVEL      738             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
 #define EXPORT_REV_MIN 737             /* Oldest compatible export files */
-#define LIBCITADEL_MIN 737             /* Minimum required version of libcitadel */
+#define LIBCITADEL_MIN 738             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
index 79603f6f8b3a4a3481312610f86c6ded0b2fef73..05469808d8fa1c002d2b8adbc20d76e06dd8a5ae 100644 (file)
@@ -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.36.exe"
+OutFile "citadel-7.38.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index add01aff0fc4a3dc87ff72a7cfb64774697d6863..bac81740bc3d9361446db8874b2c4a0931b9e361 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.37], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.38], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index f2385cb2974f39a724f4788bcf3ba18ff838b243..1d82e741a0bf5cf178c2d009aac01397fc1ef034 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(libcitadel, 7.37, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.38, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)