* Development version is now 7.60
authorArt Cancro <ajc@citadel.org>
Mon, 6 Apr 2009 23:41:40 +0000 (23:41 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 6 Apr 2009 23:41:40 +0000 (23:41 +0000)
citadel/citadel.h
citadel/citadel.nsi
citadel/configure.ac
libcitadel/configure.in
libcitadel/lib/libcitadel.h
webcit/configure.ac
webcit/webcit.h

index 35178aa14f036e0e3f5791b42497819288d73da1..e1248992a46f85599ccbb1220118f62e0feb86cd 100644 (file)
@@ -38,9 +38,9 @@ extern "C" {
  * usually more strict because you're not really supposed to dump/load and
  * upgrade at the same time.
  */
-#define REV_LEVEL      750             /* This version */
+#define REV_LEVEL      760             /* This version */
 #define REV_MIN                591             /* Oldest compatible database */
-#define EXPORT_REV_MIN 737             /* Oldest compatible export files */
+#define EXPORT_REV_MIN 760             /* Oldest compatible export files */
 #define LIBCITADEL_MIN 744             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
index 9460e5971b335d4df3e5cab08afedaf2d50f0801..86e515c6e1762ff122325511eb83cf45aba69a6b 100644 (file)
@@ -4,7 +4,7 @@
 
 !include "${NSISDIR}\Contrib\Modern UI\System.nsh"
 !define MUI_PRODUCT "Citadel"
-!define MUI_VERSION "7.50"
+!define MUI_VERSION "7.60"
 !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.50.exe"
+OutFile "citadel-7.60.exe"
 BGGradient off
 
 LangString DESC_Citadel ${LANG_ENGLISH} "Citadel client and core libraries (required)"
index d7bbdf177580ad1e5cdf9071e4b6fb35ce2b0c72..0a9333252be7f18fcbd92551f5d2ec1d63a103cb 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.50], [http://www.citadel.org/])
+AC_INIT([Citadel], [7.60], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_PREFIX_DEFAULT(/usr/local/citadel)
index 7ddad84e1e144aaf04e5bc43c63046318d1def87..728fbd479e5c23c49320b9af64fc5c3ce7638dad 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.50, https://uncensored.citadel.org)
+AC_INIT(libcitadel, 7.60, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
index 808b6d8ef8e76644fb996476a64b4be30b1f7978..627fcade39974f051aeab7b99c4ffd93729d2c16 100644 (file)
@@ -15,7 +15,7 @@
 #include <time.h>
 #include <stdlib.h>
 #include <stdarg.h>
-#define LIBCITADEL_VERSION_NUMBER      750
+#define LIBCITADEL_VERSION_NUMBER      760
 
 /*
  * Here's a bunch of stupid magic to make the MIME parser portable.
index e36ab4a5dd3b9ebe28d82d4a4659e11e4a4259b3..05c1ff500f09083fab96c4618edfc8b7ce3b9c63 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl $Id$
-AC_INIT([WebCit], [7.50], [http://www.citadel.org/])
+AC_INIT([WebCit], [7.60], [http://www.citadel.org/])
 
 
 AC_SUBST(PROG_SUBDIRS)
index 0f4a1533277ed0a22682cc6f35a71ede9c4dbac9..52f34f99e757e9a6c4fe50fa88e3e7245b9e9bea 100644 (file)
 #define PORT_NUM               2000            /* port number to listen on */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         750             /* This version of WebCit */
+#define CLIENT_VERSION         760             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    744             /* min required Citadel ver */
 #define        LIBCITADEL_MIN          744             /* min required libcitadel ver */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */