Skip to content

Commit

Permalink
Prepare 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 28, 2016
1 parent ca4f4d8 commit f2ce2e7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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 1)
set(chromaprint_VERSION_PATCH 2)
set(chromaprint_VERSION "${chromaprint_VERSION_MAJOR}.${chromaprint_VERSION_MINOR}.${chromaprint_VERSION_PATCH}")

set(PROJECT_VERSION "${chromaprint_VERSION}")
Expand Down
6 changes: 6 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.4.2 -- December 28, 2016
==================================

- Fixed invalid memory access when decoding base64-encoded fingerprints.
- Removed unnecessary library dependencies libchromaprint to avoid circular dependency problems with FFmpeg.

Version 1.4.1 -- December 12, 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 1
#define CHROMAPRINT_VERSION_PATCH 2

enum ChromaprintAlgorithm {
CHROMAPRINT_ALGORITHM_TEST1 = 0,
Expand Down

0 comments on commit f2ce2e7

Please sign in to comment.