Skip to content

Commit

Permalink
version 2.208
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 19, 2024
1 parent c8e794e commit d883911
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"web" : "https:/pmqs/Compress-Raw-Lzma"
}
},
"version" : "2.207",
"version" : "2.208",
"x_serialization_backend" : "JSON::PP version 2.27300"
}
2 changes: 1 addition & 1 deletion META.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ resources:
bugtracker: https:/pmqs/Compress-Raw-Lzma/issues
homepage: https:/pmqs/Compress-Raw-Lzma
repository: git:/pmqs/Compress-Raw-Lzma.git
version: '2.207'
version: '2.208'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Compress/Raw/Lzma.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit d883911

Please sign in to comment.