From a731fd6cf785bc627d387f1352f34cf8baafd260 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 19 Apr 2006 12:38:49 +0000 Subject: [PATCH] Towards 1,02 --- SimpleServer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SimpleServer.pm b/SimpleServer.pm index 2e0b1f9..f870558 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.24 2006-03-24 11:56:39 mike Exp $ +## $Id: SimpleServer.pm,v 1.25 2006-04-19 12:38:49 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.01'; +$VERSION = '1.02'; bootstrap Net::Z3950::SimpleServer $VERSION; -- 1.7.10.4