From: Marius Gavrilescu Date: Sat, 10 Dec 2016 17:41:27 +0000 (+0200) Subject: Bump version and update Changes X-Git-Tag: 0.005^0 X-Git-Url: http://git.ieval.ro/?p=audio-opusfile.git;a=commitdiff_plain;h=bf1249e289136233ed89945e6b25277b0e69a9e1 Bump version and update Changes --- diff --git a/Changes b/Changes index bb65fff..f4f6baa 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Perl extension Audio::Opusfile. +0.005 2016-12-10T19:41+02:00 + - Export functions for decoding an Opus stream to PCM + 0.004 2016-09-25T00:28+03:00 - Add Audio::Opusfile::Head module for extracting Opus header information - Export more functions for obtaining information about a stream diff --git a/lib/Audio/Opusfile.pm b/lib/Audio/Opusfile.pm index 09fe9c7..a6bbc47 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.004'; +our $VERSION = '0.005'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant()