Version 1.20 v1.20
authorMike Taylor <mike@indexdata.com>
Thu, 29 Jan 2015 07:54:48 +0000 (07:54 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 29 Jan 2015 07:54:48 +0000 (07:54 +0000)
Changes
IDMETA
SimpleServer.pm

diff --git a/Changes b/Changes
index a0f9da5..fa0b2b4 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Revision history for Perl extension Net::Z3950::SimpleServer
 
 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.
 
        - 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 (file)
--- a/IDMETA
+++ b/IDMETA
@@ -1,5 +1,5 @@
 NAME=libnet-z3950-simpleserver-perl
 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"
 OMIT_FROM_DIST="archive"
 DEBIAN_DIST="jessie wheezy squeeze"
 UBUNTU_DIST="trusty saucy precise"
index 964b91f..5a5475e 100644 (file)
@@ -36,7 +36,7 @@ require AutoLoader;
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
-$VERSION = '1.19';
+$VERSION = '1.20';
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
 
 bootstrap Net::Z3950::SimpleServer $VERSION;