X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=c4b5c9636490051b7fea1d6de0c33ea9a88f585d;hp=ec8949b533eff250ca27748357ce3730a8cdc6c6;hb=9e711749cfb43040e09c3af3f6892603941e9285;hpb=6a99c6703146cff49e5ee855ccc625802fd95ffa diff --git a/SimpleServer.pm b/SimpleServer.pm index ec8949b..c4b5c96 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -26,7 +26,10 @@ ## ## $Log: SimpleServer.pm,v $ -## Revision 1.11 2002-03-05 20:49:56 sondberg +## Revision 1.12 2002-03-05 20:52:22 sondberg +## Version 0.05 so that we can release the thing at CPAN. +## +## Revision 1.11 2002/03/05 20:49:56 sondberg ## Added a couple of lines of documentation. ## ## Revision 1.10 2002/02/28 11:21:57 mike @@ -67,7 +70,7 @@ require AutoLoader; @EXPORT = qw( ); -$VERSION = '0.04'; +$VERSION = '0.05'; bootstrap Net::Z3950::SimpleServer $VERSION;