From: Adam Dickmeiss Date: Thu, 28 Aug 2008 09:52:28 +0000 (+0200) Subject: Bump version to 1.0.14.1 X-Git-Tag: v1.0.15~16 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=fac6320a7deabe9a288500c9c2145d948f916d2b;hp=11f84ed4c73211a9edc7bf49b0b68955cb14b74e;p=metaproxy-moved-to-github.git Bump version to 1.0.14.1 --- diff --git a/configure.ac b/configure.ac index 4cac17d..4b4cb62 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.14],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.14.1],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) diff --git a/win/makefile b/win/makefile index d3336bf..d337faf 100644 --- a/win/makefile +++ b/win/makefile @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.14 +VERSION=1.0.14.1 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz