File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.3)
22
33set (chromaprint_VERSION_MAJOR 1)
44set (chromaprint_VERSION_MINOR 5)
5- set (chromaprint_VERSION_PATCH 0 )
5+ set (chromaprint_VERSION_PATCH 1 )
66set (chromaprint_VERSION "${chromaprint_VERSION_MAJOR} .${chromaprint_VERSION_MINOR} .${chromaprint_VERSION_PATCH} " )
77
88project (chromaprint LANGUAGES C CXX VERSION  "${chromaprint_VERSION} " )
Original file line number Diff line number Diff line change 1+ Version 1.5.1 -- December 23, 2021
2+ ==================================
3+ 
4+  - No functional source code changes.
5+  - Fixed some compiler warnings.
6+  - Rebuilt the fpcalc binaries with FFmpeg 4.4.1.
7+  - Added support for fat binaries on macOS, with support for both Intel and Apple silicon.
8+ 
19Version 1.5.0 -- April 15, 2020
210===============================
311
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ typedef struct ChromaprintMatcherContextPrivate ChromaprintMatcherContext;
8484
8585#define  CHROMAPRINT_VERSION_MAJOR  1
8686#define  CHROMAPRINT_VERSION_MINOR  5
87- #define  CHROMAPRINT_VERSION_PATCH  0 
87+ #define  CHROMAPRINT_VERSION_PATCH  1 
8888
8989enum  ChromaprintAlgorithm  {
9090	CHROMAPRINT_ALGORITHM_TEST1  =  0 ,
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments