Skip to content

Commit

Permalink
Prepare for 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Dec 23, 2021
1 parent 6115e2d commit 5c3be68
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)

set(chromaprint_VERSION_MAJOR 1)
set(chromaprint_VERSION_MINOR 5)
set(chromaprint_VERSION_PATCH 0)
set(chromaprint_VERSION_PATCH 1)
set(chromaprint_VERSION "${chromaprint_VERSION_MAJOR}.${chromaprint_VERSION_MINOR}.${chromaprint_VERSION_PATCH}")

project(chromaprint LANGUAGES C CXX VERSION "${chromaprint_VERSION}")
Expand Down
8 changes: 8 additions & 0 deletions NEWS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 1.5.1 -- December 23, 2021
==================================

- No functional source code changes.
- Fixed some compiler warnings.
- Rebuilt the fpcalc binaries with FFmpeg 4.4.1.
- Added support for fat binaries on macOS, with support for both Intel and Apple silicon.

Version 1.5.0 -- April 15, 2020
===============================

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 5
#define CHROMAPRINT_VERSION_PATCH 0
#define CHROMAPRINT_VERSION_PATCH 1

enum ChromaprintAlgorithm {
CHROMAPRINT_ALGORITHM_TEST1 = 0,
Expand Down

0 comments on commit 5c3be68

Please sign in to comment.