From b14a3d42375c1eb75c79d3a6b3cefc16f0695d33 Mon Sep 17 00:00:00 2001 From: pmqs Date: Sat, 20 Feb 2021 14:15:47 +0000 Subject: [PATCH] 2.101 --- Changes | 4 ++++ META.json | 2 +- META.yml | 2 +- README | 6 +++--- lib/Compress/Raw/Bzip2.pm | 2 +- t/000prereq.t | 2 +- 6 files changed, 11 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index c6cefd5..cb7f6f6 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,10 @@ CHANGES ------- + 2.101 20 February 2021 + + * fix version numbers in meta files + 2.100 7 January 2021 * trim whitespace diff --git a/META.json b/META.json index e587a6e..dac81a9 100644 --- a/META.json +++ b/META.json @@ -45,6 +45,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Bzip2" } }, - "version" : "2.096", + "version" : "2.101", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index f4cd11b..b9a4d52 100644 --- a/META.yml +++ b/META.yml @@ -23,5 +23,5 @@ resources: bugtracker: https://github.com/pmqs/Compress-Raw-Bzip2/issues homepage: https://github.com/pmqs/Compress-Raw-Bzip2 repository: git://github.com/pmqs/Compress-Raw-Bzip2.git -version: '2.096' +version: '2.101' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index 6540e4a..3a3fbf3 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Compress-Raw-Bzip2 - Version 2.100 + Version 2.101 - 7 January 2021 + 20 Feburary 2021 Copyright (c) 2005-2021 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -172,7 +172,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm for a line like this: - $VERSION = "2.100" ; + $VERSION = "2.101" ; c. The version of bzip2 you have used. If you have successfully installed Compress-Raw-Bzip2, this one-liner diff --git a/lib/Compress/Raw/Bzip2.pm b/lib/Compress/Raw/Bzip2.pm index 695f108..0b2bec0 100644 --- a/lib/Compress/Raw/Bzip2.pm +++ b/lib/Compress/Raw/Bzip2.pm @@ -11,7 +11,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.100'; +$VERSION = '2.101'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; diff --git a/t/000prereq.t b/t/000prereq.t index 2eeff53..8e2d2b0 100644 --- a/t/000prereq.t +++ b/t/000prereq.t @@ -19,7 +19,7 @@ BEGIN if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 }; - my $VERSION = '2.100'; + my $VERSION = '2.101'; my @NAMES = qw( );