Skip to content

Commit 3682e4e

Browse files
committed
version 2.209
1 parent 07b8b95 commit 3682e4e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

META.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
"web" : "https://github.com/pmqs/Compress-Raw-Bzip2"
4646
}
4747
},
48-
"version" : "2.208",
48+
"version" : "2.209",
4949
"x_serialization_backend" : "JSON::PP version 2.27300"
5050
}

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ resources:
2323
bugtracker: https://github.com/pmqs/Compress-Raw-Bzip2/issues
2424
homepage: https://github.com/pmqs/Compress-Raw-Bzip2
2525
repository: git://github.com/pmqs/Compress-Raw-Bzip2.git
26-
version: '2.208'
26+
version: '2.209'
2727
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Compress-Raw-Bzip2
33

4-
Version 2.208
4+
Version 2.209
55

66
19 February 2024
77

@@ -171,7 +171,7 @@ To help me help you, I need all of the following information:
171171
If you haven't installed Compress-Raw-Bzip2 then search Compress::Raw::Bzip2.pm
172172
for a line like this:
173173

174-
$VERSION = "2.208" ;
174+
$VERSION = "2.209" ;
175175

176176
c. The version of bzip2 you have used.
177177
If you have successfully installed Compress-Raw-Bzip2, this one-liner

lib/Compress/Raw/Bzip2.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use Carp ;
1111
use bytes ;
1212
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
1313

14-
$VERSION = '2.208';
14+
$VERSION = '2.209';
1515
$XS_VERSION = $VERSION;
1616
$VERSION = eval $VERSION;
1717

t/000prereq.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ BEGIN
1919
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
2020

2121

22-
my $VERSION = '2.208';
22+
my $VERSION = '2.209';
2323
my @NAMES = qw(
2424
2525
);

0 commit comments

Comments
 (0)