From d1ed6a1fd27a8308bb0a25a552651f1a3b3157db Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 1 Sep 2009 02:17:55 +0000 Subject: [PATCH] * Version numbers of everything 7.63 --- citadel/citadel.h | 4 ++-- citadel/citadel.nsi | 4 ++-- citadel/configure.ac | 2 +- libcitadel/configure.in | 2 +- libcitadel/lib/libcitadel.h | 2 +- webcit/configure.ac | 2 +- webcit/webcit.h | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 9ea96d780..891a49c86 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 761 /* This version */ +#define REV_LEVEL 763 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 761 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 763 /* Minimum required version of libcitadel */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 9d9df6b50..5bd24a553 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.61" +!define MUI_VERSION "7.63" !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.61.exe" +OutFile "citadel-7.63.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 ddf0871d5..d49a2668a 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.61], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.63], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_CONFIG_HEADER(sysdep.h) diff --git a/libcitadel/configure.in b/libcitadel/configure.in index 93fb15e92..62deba686 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.61, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.63, 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 925b0d385..ab17da016 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -15,7 +15,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 761 +#define LIBCITADEL_VERSION_NUMBER 763 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/configure.ac b/webcit/configure.ac index d02f4ce54..4342ac0a7 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.62], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.63], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 188c034d6..6815c817f 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -111,9 +111,9 @@ #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 762 /* This version of WebCit */ +#define CLIENT_VERSION 763 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 761 /* min required Citadel ver */ -#define LIBCITADEL_MIN 761 /* min required libcitadel ver */ +#define LIBCITADEL_MIN 763 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define TARGET "webcit01" /* Target for inline URL's */ -- 2.30.2