Skip to content

Commit

Permalink
Prepare 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Jan 21, 2018
1 parent 5113a4b commit ecd2edd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project(chromaprint C CXX)

set(chromaprint_VERSION_MAJOR 1)
set(chromaprint_VERSION_MINOR 4)
set(chromaprint_VERSION_PATCH 2)
set(chromaprint_VERSION_PATCH 3)
set(chromaprint_VERSION "${chromaprint_VERSION_MAJOR}.${chromaprint_VERSION_MINOR}.${chromaprint_VERSION_PATCH}")

set(PROJECT_VERSION "${chromaprint_VERSION}")
Expand Down
3 changes: 2 additions & 1 deletion NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Version 1.4.3 -- January 12, 2017
Version 1.4.3 -- January 21, 2017
==================================

- Allow one packet to have decoding error
- Print output even if there is a decoding error, exit with error code 3 instead of 2 in such case
- Add new option -ignore-errors to change the error code 3 to 0
- Add new option -algorithm NUM
- Periotically flush output when working on a stream

Version 1.4.2 -- December 28, 2016
Expand Down
2 changes: 1 addition & 1 deletion src/chromaprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ typedef struct ChromaprintMatcherContextPrivate ChromaprintMatcherContext;

#define CHROMAPRINT_VERSION_MAJOR 1
#define CHROMAPRINT_VERSION_MINOR 4
#define CHROMAPRINT_VERSION_PATCH 2
#define CHROMAPRINT_VERSION_PATCH 3

enum ChromaprintAlgorithm {
CHROMAPRINT_ALGORITHM_TEST1 = 0,
Expand Down

0 comments on commit ecd2edd

Please sign in to comment.