X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=SimpleServer.pm;h=dd8681bc810de8b07a5c12285cabaa3dc50318e2;hb=ee6b14a657009ef2941c524d502b2edaf104341a;hp=35f96f263f42687bfd41598ddae5786856e58cfd;hpb=3253ded6f7e5fbd840152247ecc54f6e591feb6c;p=simpleserver-moved-to-github.git diff --git a/SimpleServer.pm b/SimpleServer.pm index 35f96f2..dd8681b 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.28 2006-07-21 22:14:19 mike Exp $ +## $Id: SimpleServer.pm,v 1.30 2006-12-01 09:38:37 sondberg Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.02'; +$VERSION = '1.04'; bootstrap Net::Z3950::SimpleServer $VERSION;