Skip to content

Commit

Permalink
Prepare 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 12, 2016
1 parent 318b564 commit c945fdd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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 0)
set(chromaprint_VERSION_PATCH 1)
set(chromaprint_VERSION "${chromaprint_VERSION_MAJOR}.${chromaprint_VERSION_MINOR}.${chromaprint_VERSION_PATCH}")

set(PROJECT_VERSION "${chromaprint_VERSION}")
Expand Down
7 changes: 4 additions & 3 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
Version 1.4.1 -- UNRELEASED
===========================
Version 1.4.1 -- December 12, 2016
==================================

- Restored the -v/-version parameter for fpcalc that got accidentally removed in 1.4.
- Fixed processing of very short audio files. They were ignored in 1.4.
- Fixed processing of some short audio files. They were ignored in 1.4.
- The DURATION field in the default output of fpcalc is now printed as an integer again.
- Added missing version number to libchromaprint.pc.
- Mac OS X fpcalc builds are done with clang/libc++ and should work on 10.7+.
- Linux fpcalc builds are now fully static.
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 0
#define CHROMAPRINT_VERSION_PATCH 1

enum ChromaprintAlgorithm {
CHROMAPRINT_ALGORITHM_TEST1 = 0,
Expand Down

0 comments on commit c945fdd

Please sign in to comment.