From c7d1a2e1c2087141d4244da26651f08173078945 Mon Sep 17 00:00:00 2001 From: pmqs Date: Sat, 27 Apr 2024 13:38:42 +0100 Subject: [PATCH] version 2.212 --- Changes | 8 +++++++- META.json | 2 +- META.yml | 2 +- README | 6 +++--- lib/Compress/Raw/Lzma.pm | 2 +- 5 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Changes b/Changes index 81a6102..f6de8a1 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,12 @@ CHANGES ------- + 2.212 27 April 2024 + + * #12 remove 5.6.0 & 5.6.1 from workflow + Mon Apr 8 09:42:40 2024 +0100 + aa14f89e9fd06ee5ddf8ecceb73b6420086334e8 + 2.211 6 April 2024 * version 2.211 @@ -26,7 +32,7 @@ CHANGES * Add xz 5.6.0 to workflow Sat Feb 24 10:37:19 2024 +0000 bb252c8d1290cbbbd669a4ccd31e4429a3cf7e8a - + 2.209 19 February 2024 * Merge pull request #11 from pkg-perl-tools/pkg-perl-1708373862 diff --git a/META.json b/META.json index e5217bb..f698a59 100644 --- a/META.json +++ b/META.json @@ -46,6 +46,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Lzma" } }, - "version" : "2.211", + "version" : "2.212", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 65a3d39..b5ce42d 100644 --- a/META.yml +++ b/META.yml @@ -24,5 +24,5 @@ resources: bugtracker: https://github.com/pmqs/Compress-Raw-Lzma/issues homepage: https://github.com/pmqs/Compress-Raw-Lzma repository: git://github.com/pmqs/Compress-Raw-Lzma.git -version: '2.211' +version: '2.212' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index 9053af2..e6a738a 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Compress-Raw-Lzma - Version 2.211 + Version 2.212 - 6 April 2024 + 27 April 2024 Copyright (c) 2009-2024 Paul Marquess. All rights reserved. This program is free software; you can redistribute it @@ -212,7 +212,7 @@ To help me help you, I need all of the following information: If you haven't installed Compress-Raw-Lzma then search Compress::Raw::Lzma.pm for a line like this: - $VERSION = "2.211" ; + $VERSION = "2.212" ; c. The version of lzma you have used. If you have successfully installed Compress-Raw-Lzma, this one-liner diff --git a/lib/Compress/Raw/Lzma.pm b/lib/Compress/Raw/Lzma.pm index 3da390a..d5fc19e 100644 --- a/lib/Compress/Raw/Lzma.pm +++ b/lib/Compress/Raw/Lzma.pm @@ -11,7 +11,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.211'; +$VERSION = '2.212'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;