Skip to content

Commit

Permalink
Release 1.03
Browse files Browse the repository at this point in the history
  • Loading branch information
ralph-irving committed Aug 10, 2021
1 parent 0b59a37 commit 518a130
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ nytprof.out
*.o
*.bs
Scan.c
Scan.def
Scan.obj
scan.pdb
/win32/
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ Revision history for Audio::Scan

Note: Bug numbers refer to bugs at http://bugs.slimdevices.com

1.02
1.03 2021-08-09
- MP4: Allow seek with sample rates > 65535 (32 bits)
- Fixed missing zlib reference in generated Makefile.

1.02 2018-10-16
- Opus: song_length_ms and bitrate_average were not always scanned properly

1.01 2018-07-09
Expand Down
2 changes: 1 addition & 1 deletion lib/Audio/Scan.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Audio::Scan;

use strict;

our $VERSION = '1.02';
our $VERSION = '1.03';

require XSLoader;
XSLoader::load('Audio::Scan', $VERSION);
Expand Down

0 comments on commit 518a130

Please sign in to comment.