From 288e73d2917d6e02bbff7e4eec0772d82bc1a0d1 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 3 Apr 2008 22:11:32 +0200 Subject: [PATCH] Towards 2.0.28. --- NEWS | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ include/idzebra/version.h | 6 ++---- win/zebra.nsi | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index ba29642..0042d7f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 2.0.28 2008/04/XX +--- 2.0.28 2008/04/03 Handle right-truncation for ICU normalized terms. diff --git a/configure.ac b/configure.ac index d670e8b..1b539d9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl Zebra, Index Data ApS, 1995-2008 dnl AC_PREREQ(2.60) -AC_INIT([idzebra],[2.0.27],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.28],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.9]) diff --git a/debian/changelog b/debian/changelog index 3d8354d..92982ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.28-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 03 Apr 2008 22:05:02 +0200 + idzebra (2.0.27-1) unstable; urgency=low * Internal. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 2b60b29..f02db28 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -24,11 +24,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define ZEBRAVER "2.0.27" +#define ZEBRAVER "2.0.28" -#define ZEBRA_FILEVERSION 2,0,27,1 - -#define ZEBRADATE "$Date: 2008-03-05 09:29:09 $" +#define ZEBRA_FILEVERSION 2,0,28,1 /** \brief Returns Zebra version and system info. \param version_str buffer for version (at least 16 bytes) diff --git a/win/zebra.nsi b/win/zebra.nsi index 1cc0bd4..ef5767f 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ ; $Id: zebra.nsi,v 1.50 2008-03-05 09:29:10 adam Exp $ -!define VERSION "2.0.27" +!define VERSION "2.0.28" ; VS 2005 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll" -- 1.7.10.4