From d6a8ed114a0671120a4d5c666068eee33c4b308e Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Fri, 30 May 2008 03:20:30 +0000 Subject: [PATCH] Updated version numbers. --- citadel/citadel.h | 2 +- citadel/citadel.nsi | 4 ++-- citadel/configure.ac | 2 +- libcitadel/lib/libcitadel.h | 2 +- webcit/README.txt | 2 +- webcit/configure.ac | 2 +- webcit/webcit.h | 4 ++-- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/citadel/citadel.h b/citadel/citadel.h index 4fba49041..ba9732542 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -41,7 +41,7 @@ extern "C" { #define REV_LEVEL 736 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 733 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 113 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 114 /* 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 cfd3c2cb7..79603f6f8 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.35" +!define MUI_VERSION "7.36" !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.35.exe" +OutFile "citadel-7.36.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 78929b3a6..5c39ef79d 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.35], [http://www.citadel.org/]) +AC_INIT([Citadel], [7.36], [http://www.citadel.org/]) AC_REVISION([$Revision: 5108 $]) AC_CONFIG_SRCDIR([citserver.c]) AC_PREFIX_DEFAULT(/usr/local/citadel) diff --git a/libcitadel/lib/libcitadel.h b/libcitadel/lib/libcitadel.h index e9e964807..f42097abd 100644 --- a/libcitadel/lib/libcitadel.h +++ b/libcitadel/lib/libcitadel.h @@ -14,7 +14,7 @@ */ #include #include -#define LIBCITADEL_VERSION_NUMBER 113 +#define LIBCITADEL_VERSION_NUMBER 114 /* * Here's a bunch of stupid magic to make the MIME parser portable. diff --git a/webcit/README.txt b/webcit/README.txt index c82017bdc..37e77ec45 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -1,5 +1,5 @@ WEBCIT for the Citadel System - version 7.23 + version 7.36 Copyright (C) 1996-2008 by the authors. Portions written by: diff --git a/webcit/configure.ac b/webcit/configure.ac index 763b8bf4c..92c4705ae 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.35], [http://www.citadel.org/]) +AC_INIT([WebCit], [7.36], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) diff --git a/webcit/webcit.h b/webcit/webcit.h index cacacc181..fb75e4542 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -124,9 +124,9 @@ 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 735 /* This version of WebCit */ +#define CLIENT_VERSION 736 /* This version of WebCit */ #define MINIMUM_CIT_VERSION 730 /* min required Citadel ver */ -#define LIBCITADEL_MIN 113 /* min required libcitadel ver */ +#define LIBCITADEL_MIN 114 /* min required libcitadel ver */ #define DEFAULT_HOST "localhost" /* Default Citadel server */ #define DEFAULT_PORT "504" #define LB (1) /* Internal escape chars */ -- 2.30.2