From 098625a5289944a03c469f11012f7c169cb2b851 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 25 Dec 2016 14:04:01 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ lib/Audio/LibSampleRate.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 9210ae8..20b9e11 100644 --- 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 diff --git a/lib/Audio/LibSampleRate.pm b/lib/Audio/LibSampleRate.pm index 7134121..b009a39 100644 --- a/lib/Audio/LibSampleRate.pm +++ b/lib/Audio/LibSampleRate.pm @@ -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); -- 2.30.2