From: Adam Dickmeiss Date: Tue, 27 May 2008 16:26:09 +0000 (+0200) Subject: Version 1.0.13.1. X-Git-Tag: v1.0.13.1 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=22c667c95a48e77eef00bb5a96f4664c92f0940c;p=metaproxy-moved-to-github.git Version 1.0.13.1. --- diff --git a/NEWS b/NEWS index e58690d..99942bc 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +--- 1.0.13.1 2008/02/29 + +Simplified check for Boost libraries. + --- 1.0.13 2008/02/29 First Debian package. diff --git a/configure.ac b/configure.ac index 64ffe7a..2e5b338 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.13.1],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/win/makefile b/win/makefile index 06e8bbc..bb65ab5 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.13 +VERSION=1.0.13.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz