From 7fc79094615c3eaff009dfb0336821aaba8ea65a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 12 Sep 2007 07:46:40 +0000 Subject: [PATCH] Towards 2.0.16 --- NEWS | 2 ++ configure.ac | 4 ++-- debian/changelog | 6 ++++++ include/idzebra/version.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 5cfada4..80871dc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 2.0.16 2007/09/12 + Scan now returns a displayTerm which closer to the original word/phrase from original record. diff --git a/configure.ac b/configure.ac index 1499eb5..4594933 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.62 2007-08-28 18:12:09 adam Exp $ +dnl $Id: configure.ac,v 1.63 2007-09-12 07:46:40 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.15],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.16],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index df35a94..c643e5f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.16-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 12 Sep 2007 09:43:57 +0200 + idzebra (2.0.15-1) unstable; urgency=low * idzebra-2.0-utils depends on exact version of libidzebra-2.0. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 491b949..6950d44 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.23 2007-08-27 17:22:22 adam Exp $ +/* $Id: version.h,v 1.24 2007-09-12 07:46:41 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -28,9 +28,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define ZEBRAVER "2.0.15" +#define ZEBRAVER "2.0.16" -#define ZEBRADATE "$Date: 2007-08-27 17:22:22 $" +#define ZEBRADATE "$Date: 2007-09-12 07:46:41 $" /** \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 1c84b90..10d135a 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.41 2007-05-09 07:36:06 adam Exp $ +; $Id: zebra.nsi,v 1.42 2007-09-12 07:46:41 adam Exp $ -!define VERSION "2.0.14" +!define VERSION "2.0.16" ; 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