From ce58475443545004d93a621420aa554be839268c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 25 Jan 2007 18:20:09 +0000 Subject: [PATCH] Towards 1.0.8. --- NEWS | 2 +- win/makefile | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 10b0760..ff28c75 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 1.0.8 2007 +--- 1.0.8 2007/01/25 Implemented filter, session_shared, which optimizes usage of Z39.50 sessions and result sets. diff --git a/win/makefile b/win/makefile index aad0ff2..6ee09ee 100644 --- a/win/makefile +++ b/win/makefile @@ -1,6 +1,6 @@ -# Copyright (C) 2005-2006, Index Data ApS +# Copyright (C) 2005-2007, Index Data ApS # All rights reserved. -# $Id: makefile,v 1.28 2007-01-12 10:24:25 adam Exp $ +# $Id: makefile,v 1.29 2007-01-25 18:20:09 adam Exp $ # MS NMAKE makefile for metaproxy @@ -8,7 +8,7 @@ DEBUG=0 # 0 for release, 1 for debug # Metaproxy version -VERSION=1.0.7 +VERSION=1.0.8 # YAZ and YAZ++ directories YAZ_DIR=..\..\yaz -- 1.7.10.4