From bf1249e289136233ed89945e6b25277b0e69a9e1 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 10 Dec 2016 19:41:27 +0200 Subject: [PATCH] Bump version and update Changes --- Changes | 3 +++ lib/Audio/Opusfile.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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() -- 2.30.2