Towards 1.20
authormike <mike>
Wed, 15 Aug 2007 18:37:01 +0000 (18:37 +0000)
committermike <mike>
Wed, 15 Aug 2007 18:37:01 +0000 (18:37 +0000)
Changes
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index ab50623..50e55fd 100644 (file)
--- 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
index efde3c0..e00f2b5 100644 (file)
@@ -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);