From: Art Cancro Date: Mon, 6 Apr 2009 23:41:40 +0000 (+0000) Subject: * Development version is now 7.60 X-Git-Tag: v7.86~1304 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=cceb9a8329c52e1476e7d8badaa252c39b6d2b19 * Development version is now 7.60 --- diff --git a/citadel/citadel.h b/citadel/citadel.h index 35178aa14..e1248992a 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 9460e5971..86e515c6e 100644 --- a/citadel/citadel.nsi +++ b/citadel/citadel.nsi @@ -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)" diff --git a/citadel/configure.ac b/citadel/configure.ac index d7bbdf177..0a9333252 100644 --- a/citadel/configure.ac +++ b/citadel/configure.ac @@ -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) diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 7ddad84e1..728fbd479 100755 --- a/libcitadel/configure.in +++ b/libcitadel/configure.in @@ -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) diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index 808b6d8ef..627fcade3 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -15,7 +15,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 750 +#define LIBCITADEL_VERSION_NUMBER 760 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index e36ab4a5d..05c1ff500 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -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) diff --git a/webcit/webcit.h b/webcit/webcit.h index 0f4a15332..52f34f99e 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -113,7 +113,7 @@ #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 */