Bump version and update Changes 0.003_002
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Oct 2017 17:55:08 +0000 (18:55 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 14 Oct 2017 17:55:08 +0000 (18:55 +0100)
Changes
README
lib/IO/Compress/Brotli.pm
lib/IO/Uncompress/Brotli.pm

diff --git a/Changes b/Changes
index 9c15590ad2e11a50909eaa7fa421dc375f14ff22..620785a629093540b814dc6270be9f9a8ef7627e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension IO::Compress::Brotli.
 
+0.003_002 2017-10-14T18:55+01:00
+ - Fix bad version causing test failures
+
 0.003_001 2017-09-23T22:20+03:00
  - Update included Brotli library to v1.0.1
  - [BREAKS API] remove the undocumented "set_dictionary" function from
diff --git a/README b/README
index 5340bc45b7f88672f57af835ef74da857cf00dd5..0d5866c2b93d818681ec1168837ce38a2126c46a 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-IO-Compress-Brotli version 0.003_001
+IO-Compress-Brotli version 0.003_002
 ====================================
 
 Brotli is a data compression format primarily used in web fonts and
index 05651f770e3e0dc96bb19b0c08d873aeb5d28fec..3bc0b6e59200bf5c082e7e89095cd336fa594eb8 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003_001';
+our $VERSION = '0.003_002';
 
 my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
 sub mode {
index 46b11898d3154a72cbc9a20ca5acf577b68d3e7c..07fed0d84629d242880ebcbbb9230b76df02c9ac 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.003001';
+our $VERSION = '0.003_002';
 
 require XSLoader;
 XSLoader::load('IO::Compress::Brotli', $VERSION);
This page took 0.013782 seconds and 4 git commands to generate.