From: Adam Dickmeiss Date: Thu, 3 Dec 2009 10:28:07 +0000 (+0100) Subject: Version 1.0.21 X-Git-Tag: v1.0.22~1 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=5e2e50d1a86a7fae62a2d987d6a3a52aa0b98e34;p=metaproxy-moved-to-github.git Version 1.0.21 --- diff --git a/configure.ac b/configure.ac index 5a889f9..eed912b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.20],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.21],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/debian/changelog b/debian/changelog index 53cb665..5691c23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -metaproxy (1.0.20-1indexdata) karmic; urgency=low +metaproxy (1.0.21-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Thu, 03 Dec 2009 11:27:06 +0100 + +metaproxy (1.0.20-1indexdata) unstable; urgency=low * Upstream. diff --git a/win/makefile b/win/makefile index c5c4651..328b822 100644 --- a/win/makefile +++ b/win/makefile @@ -7,7 +7,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.20 +VERSION=1.0.21 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz @@ -22,8 +22,8 @@ BOOST_MODEL=mt # libxml2 + libxslt + associates ZLIB_DIR=\zlib-1.2.3.win32 ICONV_DIR=\iconv-1.9.2.win32 -LIBXML2_DIR=\libxml2-2.7.1.win32 -LIBXSLT_DIR=\libxslt-1.1.24.win32 +LIBXML2_DIR=\libxml2-2.7.6.win32 +LIBXSLT_DIR=\libxslt-1.1.26.win32 # The targets