From a7327ef48bc11f71389bdebcb5fcffe3cff617ec Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 16 Jul 2007 11:54:17 +0000 Subject: [PATCH] Towards 1.01 --- lib/ZOOM/IRSpy.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index 7464d5a..6c87cd9 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.86 2007-07-09 09:41:44 mike Exp $ +# $Id: IRSpy.pm,v 1.87 2007-07-16 11:54:17 mike Exp $ package ZOOM::IRSpy; @@ -21,7 +21,7 @@ use ZOOM::IRSpy::Utils qw(cql_target render_record irspy_record2identifier); our @ISA = qw(); -our $VERSION = '1.00'; +our $VERSION = '1.01'; our $irspy_to_zeerex_xsl = dirname(__FILE__) . '/../../xsl/irspy2zeerex.xsl'; -- 1.7.10.4