Skip to content

Commit

Permalink
version 2.207
Browse files Browse the repository at this point in the history
  • Loading branch information
pmqs committed Feb 18, 2024
1 parent c8e8a1c commit 145f06f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/Lzma.pod
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ See the Changes file.

=head1 COPYRIGHT AND LICENSE

Copyright (c) 2005-2023 Paul Marquess. All rights reserved.
Copyright (c) 2005-2024 Paul Marquess. All rights reserved.

This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
CHANGES
-------

2.206 25July 2023
2.207 18 February 2024

* No changes

2.206 25 July 2023

* 2.206
Tue, 25 Jul 2023 16:24:23 +0100
Expand Down
2 changes: 1 addition & 1 deletion Lzma.xs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Created : 14th March 2009
* Version : 2.000
*
* Copyright (c) 2009-2023 Paul Marquess. All rights reserved.
* Copyright (c) 2009-2024 Paul Marquess. All rights reserved.
* This program is free software; you can redistribute it and/or
* modify it under the same terms as Perl itself.
*
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://github.com/pmqs/Compress-Raw-Lzma"
}
},
"version" : "2.206",
"version" : "2.207",
"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://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.206'
version: '2.207'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Compress-Raw-Lzma

Version 2.206
Version 2.207

25 July 2023
18 February 2024

Copyright (c) 2009-2023 Paul Marquess. All rights reserved.
Copyright (c) 2009-2024 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it
and/or modify it under the same terms as Perl itself.

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.206" ;
$VERSION = "2.207" ;

c. The version of lzma you have used.
If you have successfully installed Compress-Raw-Lzma, this one-liner
Expand Down
4 changes: 2 additions & 2 deletions 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.206';
$VERSION = '2.207';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;

Expand Down Expand Up @@ -1722,7 +1722,7 @@ See the Changes file.
=head1 COPYRIGHT AND LICENSE
Copyright (c) 2005-2023 Paul Marquess. All rights reserved.
Copyright (c) 2005-2024 Paul Marquess. All rights reserved.
This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

0 comments on commit 145f06f

Please sign in to comment.