Skip to content

Commit

Permalink
Version 1.5
Browse files Browse the repository at this point in the history
- Fixed to work on 32 bit platforms, would fail with division by zero
  previously.

- Makefile added.

- README.md improved.
  • Loading branch information
leo-bogert committed Jun 29, 2018
1 parent bf462cf commit d140d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The Eclipse configuration is currently unmaintained, using GNU Make is preferred
Leo Bogert (http://leo.bogert.de)

## Version
1.4
1.5

## Donations
bitcoin:14kPd2QWsri3y2irVFX6wC33vv7FqTaEBh
Expand Down
2 changes: 1 addition & 1 deletion accuraterip-checksum.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <stdint.h>
#include <sndfile.h>

const char *const version = "1.4";
const char *const version = "1.5";

bool check_fileformat(const SF_INFO* sfinfo) {
#ifdef DEBUG
Expand Down

0 comments on commit d140d8b

Please sign in to comment.