From 98e6473b3130199b340f8629635b57e583c25bda Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 31 Jan 2008 18:49:29 +0000 Subject: [PATCH] --- VERSION 7.30 --- --- citadel/citadel.h | 2 +- citadel/citadel.nsi | 4 ++-- citadel/configure.ac | 2 +- libcitadel/configure.in | 2 +- webcit/configure.ac | 2 +- webcit/webcit.h | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index ed2db509f..804d7fcb7 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 725 /* This version */ +#define REV_LEVEL 730 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 725 /* Oldest compatible export files */ #define LIBCITADEL_MIN 103 /* Minimum required version of libcitadel */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index b1696e22e..f7621105c 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.23" +!define MUI_VERSION "7.30" !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.21.exe" +OutFile "citadel-7.30.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 31c333bb5..87ba9ffe7 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.24], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.30], [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 1c94025ae..9e27abe6a 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(citadel, 7.24, example@example.com) +AC_INIT(libcitadel, 1.03, example@example.com) AC_CONFIG_SRCDIR(Makefile.in) AC_CONFIG_AUX_DIR(conftools) diff --git a/webcit/configure.ac b/webcit/configure.ac index 537917bd3..cd036cf37 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.24], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.30], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) AC_DEFINE(PROG_SUBDIRS, [], [Program dirs]) diff --git a/webcit/webcit.h b/webcit/webcit.h index 7e9ebce19..099684d78 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -122,8 +122,8 @@ extern locale_t wc_locales[]; #define PORT_NUM 2000 /* port number to listen on */ #define DEVELOPER_ID 0 #define CLIENT_ID 4 -#define CLIENT_VERSION 723 /* This version of WebCit */ -#define MINIMUM_CIT_VERSION 723 /* min required Citadel ver */ +#define CLIENT_VERSION 730 /* This version of WebCit */ +#define MINIMUM_CIT_VERSION 730 /* min required Citadel ver */ #define LIBCITADEL_MIN 103 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" -- 2.30.2