From 01e4d2e98b8c202a7ba75718f4bc59da714580ff Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 6 Jun 2008 14:53:36 +0200 Subject: [PATCH] Version 2.0.32 --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- include/idzebra/version.h | 4 ++-- win/zebra.nsi | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index f3a33f7..2a1ff91 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 2.0.32 2008/06/06 + +Fixed OAI example. + --- 2.0.30 2008/05/14 Changed service name for Windows. Bug #978. diff --git a/configure.ac b/configure.ac index 9c71b82..ac849a9 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.30],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.32],[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 0c0f4a8..701c871 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.32-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Fri, 06 Jun 2008 14:52:39 +0200 + idzebra (2.0.30-1) unstable; urgency=low * Upstream. diff --git a/debian/control b/debian/control index f31448d..c432373 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: idzebra Priority: optional Maintainer: Adam Dickmeiss Standards-Version: 3.6.0 -Build-Depends: debhelper (>= 4.0.0), libyaz3-dev (>= 3.0.17), libexpat1-dev, tcl8.4-dev, libbz2-dev, libxslt1-dev +Build-Depends: debhelper (>= 4.0.0), libyaz3-dev (>= 3.0.30), libexpat1-dev, tcl8.4-dev, libbz2-dev, libxslt1-dev Package: idzebra-2.0 Section: text diff --git a/include/idzebra/version.h b/include/idzebra/version.h index d3bcb9d..c6aff37 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -24,9 +24,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA YAZ_BEGIN_CDECL -#define ZEBRAVER "2.0.30" +#define ZEBRAVER "2.0.32" -#define ZEBRA_FILEVERSION 2,0,30,1 +#define ZEBRA_FILEVERSION 2,0,32,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 15189c2..c9ded17 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.30" +!define VERSION "2.0.32" ; 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