From 825df250f07dfdb3bb785f00957aae0c8c3e300c Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 5 Jun 2006 16:34:40 +0000 Subject: [PATCH] Towards 1.09 --- Changes | 5 ++++- lib/Net/Z3950/ZOOM.pm | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index e1585b9..c7288f9 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -$Id: Changes,v 1.33 2006-05-11 21:41:25 mike Exp $ +$Id: Changes,v 1.34 2006-06-05 16:34:40 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.09 [IN PROGRESS] + - Add a nice, simple update client: samples/zoom/update.pl + 1.08 Thu May 11 22:40:41 BST 2006 - Requires version 2.1.11 of YAZ, not 2.0.11. This is a bugfix: the old reliance on 2.0.11 was merely a typo. diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 207ccea..25e354e 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.21 2006-05-11 21:40:15 mike Exp $ +# $Id: ZOOM.pm,v 1.22 2006-06-05 16:36:24 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.08'; +our $VERSION = '1.09'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4