From d8839115242d3cb4d1b6ad9438e326e25bff7e2a Mon Sep 17 00:00:00 2001 From: pmqs Date: Mon, 19 Feb 2024 09:23:21 +0000 Subject: [PATCH] version 2.208 --- 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 d684386..00da8a8 100644 --- a/Changes +++ b/Changes @@ -1,10 +1,16 @@ CHANGES ------- + 2.208 19 February 2024 + + * fix for READMEmd target + Mon Feb 19 09:11:39 2024 +0000 + c8e794edf48382738aeed4e2f43a938c68a80c76 + 2.207 18 February 2024 * No changes - + 2.206 25 July 2023 * 2.206 diff --git a/META.json b/META.json index 5f574a4..6aa9e00 100644 --- a/META.json +++ b/META.json @@ -46,6 +46,6 @@ "web" : "https://github.com/pmqs/Compress-Raw-Lzma" } }, - "version" : "2.207", + "version" : "2.208", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 56a4639..dba788a 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.207' +version: '2.208' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/README b/README index ec21cc7..cd0c0f7 100644 --- a/README +++ b/README @@ -1,9 +1,9 @@ Compress-Raw-Lzma - Version 2.207 + Version 2.208 - 18 February 2024 + 19 February 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.207" ; + $VERSION = "2.208" ; 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 741a437..2011751 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.207'; +$VERSION = '2.208'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION;