From b397f6feaa676b4b01f64d6278fb33075b78730f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 15 Aug 2008 13:45:54 +0200 Subject: [PATCH] Bump version to 2.0.33 --- configure.ac | 2 +- debian/changelog | 6 ++++++ include/idzebra/version.h | 4 ++-- win/zebra.nsi | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index ac849a9..e8fea1e 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.32],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.33],[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 701c871..25faf14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.33-1) unstable; urgency=low + + * Internal. + + -- Adam Dickmeiss Fri, 15 Aug 2008 13:44:56 +0200 + idzebra (2.0.32-1) unstable; urgency=low * Upstream. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index c6aff37..3893ceb 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.32" +#define ZEBRAVER "2.0.33" -#define ZEBRA_FILEVERSION 2,0,32,1 +#define ZEBRA_FILEVERSION 2,0,33,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 c9ded17..3bace91 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.32" +!define VERSION "2.0.33" ; 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