Release 1.14
authormike <mike>
Tue, 28 Nov 2006 17:33:15 +0000 (17:33 +0000)
committermike <mike>
Tue, 28 Nov 2006 17:33:15 +0000 (17:33 +0000)
Changes
lib/Net/Z3950/ZOOM.pm

diff --git a/Changes b/Changes
index 4fe93d4..ad80971 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,8 +1,8 @@
-$Id: Changes,v 1.50 2006-11-28 16:47:19 mike Exp $
+$Id: Changes,v 1.51 2006-11-28 17:33:15 mike Exp $
 
 Revision history for Perl extension Net::Z3950::ZOOM.
 
-1.14  (IN PROGRESS)
+1.14  Tue Nov 28 17:33:07 GMT 2006
        - Add $record->error() to return non-surrogate diagnostics,
          and $record->exception() to return the same information
          wrapped in a ZOOM::Exception object.
index b4ef1e9..a2a990b 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: ZOOM.pm,v 1.28 2006-10-12 11:03:35 mike Exp $
+# $Id: ZOOM.pm,v 1.29 2006-11-28 17:33:54 mike Exp $
 
 package Net::Z3950::ZOOM; 
 
@@ -6,7 +6,7 @@ use 5.008;
 use strict;
 use warnings;
 
-our $VERSION = '1.13';
+our $VERSION = '1.14';
 
 require XSLoader;
 XSLoader::load('Net::Z3950::ZOOM', $VERSION);