From 5d1021b2b70231c8f36fd7ec4583c4816a4f25d6 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 19 Dec 2007 13:38:21 +0000 Subject: [PATCH] Towards 2.0.20. --- configure.ac | 4 ++-- debian/changelog | 6 ++++++ debian/rules | 2 +- include/idzebra/version.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 14 insertions(+), 8 deletions(-) diff --git a/configure.ac b/configure.ac index 60c82b0..71c8561 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.68 2007-11-15 08:53:24 adam Exp $ +dnl $Id: configure.ac,v 1.69 2007-12-19 13:38:21 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.19],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.20],[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 c6d8c62..0e5d4da 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.20-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Wed, 19 Dec 2007 14:37:14 +0100 + idzebra (2.0.19-1) unstable; urgency=low * Internal. diff --git a/debian/rules b/debian/rules index 214999f..6f98f3e 100755 --- a/debian/rules +++ b/debian/rules @@ -91,7 +91,7 @@ binary-arch: build install dh_fixperms # dh_perl # dh_python - dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.15)' -X mod- + dh_makeshlibs -V 'libidzebra-2.0 (>= 2.0.20)' -X mod- dh_installdeb dh_shlibdeps -L libidzebra-2.0 -l debian/libidzebra-2.0/usr/lib dh_gencontrol diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 55be7df..a6b2e7a 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.27 2007-11-15 08:53:25 adam Exp $ +/* $Id: version.h,v 1.28 2007-12-19 13:38:22 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.19" +#define ZEBRAVER "2.0.20" -#define ZEBRADATE "$Date: 2007-11-15 08:53:25 $" +#define ZEBRADATE "$Date: 2007-12-19 13:38:22 $" /** \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 ba467b0..bbd6406 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.44 2007-09-19 10:03:45 adam Exp $ +; $Id: zebra.nsi,v 1.45 2007-12-19 13:38:23 adam Exp $ -!define VERSION "2.0.18" +!define VERSION "2.0.20" ; 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