Towards 1.19
authormike <mike>
Mon, 26 Feb 2007 15:58:57 +0000 (15:58 +0000)
committermike <mike>
Mon, 26 Feb 2007 15:58:57 +0000 (15:58 +0000)
Changes
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index b049615..8103324 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,7 +1,13 @@
-$Id: Changes,v 1.57 2007-02-26 14:57:17 mike Exp $
+$Id: Changes,v 1.58 2007-02-26 16:00:07 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
+1.19  (IN PROGRESS)
+       - Set version number for Net::Z3950 to 0.99 -- less than the
+         1.0 version number that will be used when it successfully
+         emulates the old Net::Z3950 module, but superseding the last
+         release, 0.51, of that module.
+
 1.18  Mon Feb 26 14:57:48 GMT 2007
        - When a connection is in asynchronous mode, failing
          operations (search, scan, etc.) no longer throw exceptions.
index 49ec94f..efde3c0 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ZOOM.pm,v 1.33 2007-02-26 14:36:11 mike Exp $
+# $Id: ZOOM.pm,v 1.34 2007-02-26 15:58:57 mike Exp $
 
 package Net::Z3950::ZOOM; 
 
@@ -6,7 +6,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.18';
+our $VERSION = '1.19';
 
 require XSLoader;
 XSLoader::load('Net::Z3950::ZOOM', $VERSION);