From: Mike Taylor Date: Wed, 19 Apr 2006 12:38:49 +0000 (+0000) Subject: Towards 1,02 X-Git-Tag: release.1.0.3~21 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=a731fd6cf785bc627d387f1352f34cf8baafd260;ds=inline Towards 1,02 --- 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;