Bump version and update Changes master 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 25 Dec 2016 12:04:01 +0000 (14:04 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 25 Dec 2016 12:04:01 +0000 (14:04 +0200)
Changes
lib/Audio/LibSampleRate.pm

diff --git a/Changes b/Changes
index 9210ae85e7d84844bf24bdc3264ae950bf4916ca..20b9e11d37e8f2c4b852752529ed2bd4f64e2e98 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl extension Audio::LibSampleRate.
 
+0.002001 2016-12-25T14:04+02:00
+ - Fix incorrect INC in Makefile.PL
+
 0.002 2016-12-24T20:43+02:00
  - Bundle libsamplerate
  - Relicense from GPL to Perl license
index 7134121797594a973fe5daada81039ef7d0d5422..b009a397da6cc08649ec22f09960992063791be1 100644 (file)
@@ -12,7 +12,7 @@ use constant +{ map { $constants[$_] => $_ } 0 .. $#constants };
 our @EXPORT_OK = (qw/src_simple src_get_name src_get_description/, @constants);
 our @EXPORT = @EXPORT_OK;
 
-our $VERSION = '0.002';
+our $VERSION = '0.002001';
 
 use XSLoader;
 XSLoader::load('Audio::LibSampleRate', $VERSION);
This page took 0.011731 seconds and 4 git commands to generate.