From: Mike Taylor Date: Thu, 29 Jan 2015 07:54:48 +0000 (+0000) Subject: Version 1.20 X-Git-Tag: v1.20 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=3689e7686c5232c77237d2a452575b957e753a8d;ds=sidebyside Version 1.20 --- diff --git a/Changes b/Changes index a0f9da5..fa0b2b4 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Net::Z3950::SimpleServer -1.20 [IN PROGRESS] +1.20 Thu Jan 29 07:53:46 UTC 2015 - Add support for Type-1's proximity operator. Patch from Simon Jacob of the National Library of Australia. diff --git a/IDMETA b/IDMETA index 102e194..711c9b3 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,5 @@ NAME=libnet-z3950-simpleserver-perl -VERSION=1.19 +VERSION=1.20 OMIT_FROM_DIST="archive" DEBIAN_DIST="jessie wheezy squeeze" UBUNTU_DIST="trusty saucy precise" diff --git a/SimpleServer.pm b/SimpleServer.pm index 964b91f..5a5475e 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -36,7 +36,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.19'; +$VERSION = '1.20'; bootstrap Net::Z3950::SimpleServer $VERSION;