From 780a7fda4f5f0d4749636f839027ea76b8b2754f Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 15 Aug 2007 18:37:01 +0000 Subject: [PATCH] Towards 1.20 --- Changes | 5 ++++- lib/Net/Z3950/ZOOM.pm | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index ab50623..50e55fd 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -$Id: Changes,v 1.63 2007-07-09 13:09:46 mike Exp $ +$Id: Changes,v 1.64 2007-08-15 18:37:01 mike Exp $ Revision history for Perl extension Net::Z3950::ZOOM. +1.20 (IN PROGRESS) + - Add new sample program, samples/zoom/zoomscan.pl + 1.19 Mon Jul 9 14:09:31 BST 2007 - Add $conn->exception() method. - Set version number for Net::Z3950 to 0.99 -- less than the diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index efde3c0..e00f2b5 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.34 2007-02-26 15:58:57 mike Exp $ +# $Id: ZOOM.pm,v 1.35 2007-08-15 18:37:38 mike Exp $ package Net::Z3950::ZOOM; @@ -6,7 +6,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.19'; +our $VERSION = '1.20'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4