Skip to content

Commit f3574f8

Browse files
committed
version 2.212
1 parent da9cd37 commit f3574f8

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

Changes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
CHANGES
22
-------
33

4+
2.212 27 April 2024
5+
6+
* no functional changes
7+
48
2.211 6 April 2024
59

610
* version 2.211
711
Sat Apr 6 14:18:21 2024 +0100
812
f0af7da12a9bdb3860965aab1ad57bca2f5004dc
9-
13+
1014
2.210 26 February 2024
1115

1216
* version 2.210

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.211",
48+
"version" : "2.212",
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.211'
26+
version: '2.212'
2727
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

README

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

22
Compress-Raw-Bzip2
33

4-
Version 2.211
4+
Version 2.212
55

6-
6 April 2024
6+
27 April 2024
77

88
Copyright (c) 2005-2024 Paul Marquess. All rights reserved.
99
This program is free software; you can redistribute it
@@ -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.211" ;
174+
$VERSION = "2.212" ;
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.211';
14+
$VERSION = '2.212';
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.211';
22+
my $VERSION = '2.212';
2323
my @NAMES = qw(
2424
2525
);

0 commit comments

Comments
 (0)