From: Adam Dickmeiss Date: Wed, 19 Sep 2007 10:03:44 +0000 (+0000) Subject: Towards 2.0.18 X-Git-Tag: ZEBRA.2.0.18 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=8607f8bf6ed89b0adf92fdecebb63e8430af9fdf Towards 2.0.18 --- diff --git a/NEWS b/NEWS index 3a7a153..ab77e34 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 2.0.18 2007/09/19 + Fixed bug with scan and staticrank enabled. Bug introduced in 2.0.16. --- 2.0.16 2007/09/12 diff --git a/configure.ac b/configure.ac index 291933f..02f43a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.64 2007-09-18 19:55:24 adam Exp $ +dnl $Id: configure.ac,v 1.65 2007-09-19 10:03:44 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.17],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.18],[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 fcd7bca..42e258d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.18-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 19 Sep 2007 12:02:50 +0200 + idzebra (2.0.17-1) unstable; urgency=low * Testing. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 538b87e..d848d95 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.25 2007-09-18 19:55:25 adam Exp $ +/* $Id: version.h,v 1.26 2007-09-19 10:03:45 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.17" +#define ZEBRAVER "2.0.18" -#define ZEBRADATE "$Date: 2007-09-18 19:55:25 $" +#define ZEBRADATE "$Date: 2007-09-19 10:03:45 $" /** \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 d989bdb..ba467b0 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.43 2007-09-12 09:29:27 adam Exp $ +; $Id: zebra.nsi,v 1.44 2007-09-19 10:03:45 adam Exp $ -!define VERSION "2.0.16" +!define VERSION "2.0.18" ; VS 2005 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"