Skip to content

Commit

Permalink
Version 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 3, 2016
1 parent 506bd09 commit cabc554
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 2.0 -- Unreleased
=========================
Version 1.4 -- December 3, 2016
===============================

- Fully streaming audio processing without any post-processing step for the fingerprint generation.
- Many performance optimizations. Especially when processing long streams, operations should be faster and use less memory.
Expand Down
4 changes: 2 additions & 2 deletions src/chromaprint.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ struct ChromaprintMatcherContextPrivate;
typedef struct ChromaprintMatcherContextPrivate ChromaprintMatcherContext;

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

enum ChromaprintAlgorithm {
CHROMAPRINT_ALGORITHM_TEST1 = 0,
Expand Down

0 comments on commit cabc554

Please sign in to comment.