From: Mike Taylor Date: Fri, 17 Aug 2007 16:45:45 +0000 (+0000) Subject: Towards 1.07 X-Git-Tag: CPAN.1.12~60 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=7ad55153498534c6642e86e0aa987b291c6107bb;p=simpleserver-moved-to-github.git Towards 1.07 --- diff --git a/SimpleServer.pm b/SimpleServer.pm index a083e18..f59b284 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.36 2007-08-17 16:45:22 mike Exp $ +## $Id: SimpleServer.pm,v 1.37 2007-08-17 16:45:45 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.06'; +$VERSION = '1.07'; bootstrap Net::Z3950::SimpleServer $VERSION;