Bump version and update Changes 0.002001
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Aug 2016 20:45:31 +0000 (16:45 -0400)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 6 Aug 2016 20:46:01 +0000 (16:46 -0400)
Changes
lib/Audio/Opusfile.pm
lib/Audio/Opusfile/PictureTag.pm
lib/Audio/Opusfile/Tags.pm

diff --git a/Changes b/Changes
index 2b7de90ff1bb16ec4eba50de9768d568caf320c4..8079574873ca71d7a8a5fd300f82776c5ea6e569 100644 (file)
--- 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
index 0a6a2d44ffcd6a48ab662d4d739ca1500726fb23..e3e2f41c2932c94bc19dca4f06ad32a165596f0b 100644 (file)
@@ -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()
index 3a9fd547567468738879b3527e089449912b39a7..53c8a2da229e9d5e2d4d467cdb9e8f671bc18bdb 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 use warnings;
 use subs qw/parse/;
 
-our $VERSION = '0.002';
+our $VERSION = '0.002001';
 
 sub new { parse $_[1] }
 
index 850053ff700b05d7ab088c5fd0444cc7f46406ab..8882baab83a307abe48767e8403fd795195a0e86 100644 (file)
@@ -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) = @_;
This page took 0.01314 seconds and 4 git commands to generate.