Bump version and update Changes 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Thu, 8 Sep 2016 22:09:16 +0000 (23:09 +0100)
committerMarius Gavrilescu <marius@ieval.ro>
Thu, 8 Sep 2016 22:09:16 +0000 (23:09 +0100)
Changes
README
lib/IO/Compress/Brotli.pm
lib/IO/Uncompress/Brotli.pm

diff --git a/Changes b/Changes
index 7151849eab6ec099737b20dc6954c3c0bd6cc7d0..38e03f10ae874f6b893a039eb14ded422f6515bb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension IO::Compress::Brotli.
 
+0.002001 2016-09-08T23:09+01:00
+ - Use gmake (if available) to compile the brotli library
+
 0.002 2016-08-28T00:33+01:00
  - Thanks to Quim Rovira, Ævar Arnfjörð Bjarmason, Marcell Szathmári
    and Mattia Barbon for all changes in this version
diff --git a/README b/README
index b06e5beeba5da20033510f1712a406ac4ee8407d..3d7582ec1df2f973ff064aa0599f33682c994011 100644 (file)
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-IO-Compress-Brotli version 0.002
-================================
+IO-Compress-Brotli version 0.002001
+===================================
 
 Brotli is a data compression format primarily used in web fonts and
 (more recently) HTTP compression.
index 87049017ab1c9caa4256df8cb5dba1f1e168dba5..839c67b760d60ed4dde1afb97c77735ae0b12c3c 100644 (file)
@@ -10,7 +10,7 @@ use IO::Uncompress::Brotli;
 our @EXPORT = qw/bro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.002';
+our $VERSION = '0.002001';
 
 my %BROTLI_ENCODER_MODE = ( generic => 0, text => 1, font => 2 );
 sub mode {
index f0c6c3eb2cc7e6d1e9389a981e2962fe8a402745..a2537490dd61640a8885c87d2cb468187f11b455 100644 (file)
@@ -8,7 +8,7 @@ use parent qw/Exporter/;
 our @EXPORT = qw/unbro/;
 our @EXPORT_OK = @EXPORT;
 
-our $VERSION = '0.002';
+our $VERSION = '0.002001';
 
 require XSLoader;
 XSLoader::load('IO::Compress::Brotli', $VERSION);
This page took 0.012995 seconds and 4 git commands to generate.