X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=02101f99b44031f4c161e8a2a4c01f8544615600;hp=bfff66411cb9fef3c6e75d77bd0f6ed12098c503;hb=3ee948d799b9207fd02662bcb66b1d8848da48f6;hpb=eed5b890fd5be803bf5ac5f27bb3aa5e2c81ee0f diff --git a/SimpleServer.pm b/SimpleServer.pm index bfff664..02101f9 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -1,5 +1,5 @@ ## -## Copyright (c) 2000-2004, Index Data. +## Copyright (c) 2000-2006, Index Data. ## ## Permission to use, copy, modify, distribute, and sell this software and ## its documentation, in whole or in part, for any purpose, is hereby granted, @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.29 2006-08-08 16:27:04 mike Exp $ +## $Id: SimpleServer.pm,v 1.31 2006-12-27 12:24:50 sondberg Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.03'; +$VERSION = '1.05'; bootstrap Net::Z3950::SimpleServer $VERSION;