Skip to content

Commit

Permalink
This is actualyl version 1.05 :-/
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 6, 2020
1 parent 3cd94a3 commit f462541
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,6 +1,6 @@
Revision history for Perl module Ogg::Vorbis::Header::PurePerl.

1.04 2020-12-06 DAVECROSS
1.05 2020-12-06 DAVECROSS

- Fix division by zero error (RT #88374)
- Add bugtracker info
Expand Down
2 changes: 1 addition & 1 deletion lib/Ogg/Vorbis/Header/PurePerl.pm
Expand Up @@ -7,7 +7,7 @@ use warnings;
# First four bytes of stream are always OggS
use constant OGGHEADERFLAG => 'OggS';

our $VERSION = '1.04';
our $VERSION = '1.05';

sub new {
my $class = shift;
Expand Down

0 comments on commit f462541

Please sign in to comment.