From: Marius Gavrilescu Date: Sat, 6 Aug 2016 20:45:31 +0000 (-0400) Subject: Bump version and update Changes X-Git-Tag: 0.002001^0 X-Git-Url: http://git.ieval.ro/?p=audio-opusfile.git;a=commitdiff_plain;h=74630599cbd740ae41a7573fd64fb5c98c1c5df0 Bump version and update Changes --- diff --git a/Changes b/Changes index 2b7de90..8079574 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Audio::Opusfile. +0.002001 2016-08-06T16:45-04:00 + - Fix MANIFEST + 0.002 2016-08-06T16:43-04:00 - Add /usr/local/include/opus to include path (RT #116603) - Add support for parsing METADATA_BLOCK_PICTURE tags diff --git a/lib/Audio/Opusfile.pm b/lib/Audio/Opusfile.pm index 0a6a2d4..e3e2f41 100644 --- a/lib/Audio/Opusfile.pm +++ b/lib/Audio/Opusfile.pm @@ -46,7 +46,7 @@ my @constants = our @EXPORT_OK = @constants; our @EXPORT = @constants; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() diff --git a/lib/Audio/Opusfile/PictureTag.pm b/lib/Audio/Opusfile/PictureTag.pm index 3a9fd54..53c8a2d 100644 --- a/lib/Audio/Opusfile/PictureTag.pm +++ b/lib/Audio/Opusfile/PictureTag.pm @@ -6,7 +6,7 @@ use strict; use warnings; use subs qw/parse/; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub new { parse $_[1] } diff --git a/lib/Audio/Opusfile/Tags.pm b/lib/Audio/Opusfile/Tags.pm index 850053f..8882baa 100644 --- a/lib/Audio/Opusfile/Tags.pm +++ b/lib/Audio/Opusfile/Tags.pm @@ -6,7 +6,7 @@ use strict; use warnings; use subs qw/query query_count/; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; sub query_all { my ($tags, $tag) = @_;