From: Marius Gavrilescu Date: Sun, 25 Dec 2016 12:04:01 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.002001^0 X-Git-Url: http://git.ieval.ro/?p=audio-libsamplerate.git;a=commitdiff_plain;h=098625a5289944a03c469f11012f7c169cb2b851 Bump version and update Changes --- 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);