From 1ceee162c3c86bc375db314a098bf5a908cdd766 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 21 Jun 2010 15:02:26 +0200 Subject: [PATCH] Version 1.1.6 --- configure.ac | 2 +- debian/changelog | 6 ++++++ win/makefile | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4f5426f..b4ab4ea 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.5],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.6],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index e948bbe..8fefbba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +metaproxy (1.1.6-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 21 Jun 2010 15:02:08 +0200 + metaproxy (1.1.5-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index d2d84bc..0fa75ee 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.1.5 +VERSION=1.1.6 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4