From 9f05fe92b8bb08874625b236e115c31e81f19680 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 16 Jun 2009 09:09:18 +0200 Subject: [PATCH] Bump version --- NEWS | 4 ++++ configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index c8d74bf..70c0b6c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.17 2009/06/16 + +Fix path for metaproxy executable for Debian init.d script. + --- 1.0.16 2009/06/10 SRU to Z39.50 filter honors x-username and x-password. If only diff --git a/configure.ac b/configure.ac index edabf5a..3cc5e75 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.16],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.17],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 701e8b0..ec7d789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.0.17-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 16 Jun 2009 09:07:51 +0200 + metaproxy (1.0.16-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index 0e18f17..e3e4359 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.16 +VERSION=1.0.17 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4