From 9f30787c136d9030c0d7f3a210be277e2a6503f5 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Jan 2007 18:49:26 +0000 Subject: [PATCH] Bump version to 1.0.9 --- configure.ac | 2 +- win/makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index b18e7ec..47b1695 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.8],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.9],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) diff --git a/win/makefile b/win/makefile index 6ee09ee..ef8eaf4 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ # Copyright (C) 2005-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.29 2007-01-25 18:20:09 adam Exp $ +# $Id: makefile,v 1.30 2007-01-25 18:49:26 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.8 +VERSION=1.0.9 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4