From 163aea0943ec295b4a70fcb9e8f6541d8535e62a Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Thu, 2 Apr 2009 21:25:22 +0000 Subject: [PATCH] * Set version number to 7.50 across the entire system in preparation for upcoming release --- citadel/citadel.h | 2 +- citadel/citadel.nsi | 4 ++-- citadel/configure.ac | 2 +- libcitadel/configure.in | 2 +- libcitadel/lib/libcitadel.h | 4 ++-- webcit/README.txt | 1 - webcit/configure.ac | 2 +- webcit/webcit.h | 2 +- 8 files changed, 9 insertions(+), 10 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 56939158e..35178aa14 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -38,7 +38,7 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 744 /* This version */ +#define REV_LEVEL 750 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 737 /* Oldest compatible export files */ #define LIBCITADEL_MIN 744 /* Minimum required version of libcitadel */ diff --git a/citadel/citadel.nsi b/citadel/citadel.nsi index 39837751a..9460e5971 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.44" +!define MUI_VERSION "7.50" !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.44.exe" +OutFile "citadel-7.50.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 84c97ba9d..d7bbdf177 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.44], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.50], [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 e519d39eb..7ddad84e1 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.44, https://uncensored.citadel.org) +AC_INIT(libcitadel, 7.50, 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 4dc77c959..808b6d8ef 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -15,7 +15,7 @@ #include #include #include -#define LIBCITADEL_VERSION_NUMBER 744 +#define LIBCITADEL_VERSION_NUMBER 750 /* * Here's a bunch of stupid magic to make the MIME parser portable. @@ -118,7 +118,7 @@ void mime_parser(char *content_start, char *content_end, void *cbuserdata), void *userdata, int dont_decode - ); +); diff --git a/webcit/README.txt b/webcit/README.txt index 3d299d54b..7e3dc243e 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,4 @@ WEBCIT for the Citadel System - version 7.44 Copyright (C) 1996-2009 by the authors. Portions written by: diff --git a/webcit/configure.ac b/webcit/configure.ac index 96af2d2bc..e36ab4a5d 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.44], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.50], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index 7d28b3749..0f4a15332 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 744 /* This version of WebCit */ +#define CLIENT_VERSION 750 /* 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 */ -- 2.30.2