comparison src/vamp-sdk/FFT.cpp @ 539:15a89a89aa9b

Update version number and CHANGELOG
author Chris Cannam
date Mon, 18 May 2020 10:48:13 +0100
parents db2cd87cef6f
children
comparison
equal deleted inserted replaced
538:8ffb8985ae8f 539:15a89a89aa9b
39 #include <stdlib.h> 39 #include <stdlib.h>
40 #include <stdio.h> 40 #include <stdio.h>
41 #include <math.h> 41 #include <math.h>
42 #include <string.h> 42 #include <string.h>
43 43
44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 9 ) 44 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 10 )
45 #error Unexpected version of Vamp SDK header included 45 #error Unexpected version of Vamp SDK header included
46 #endif 46 #endif
47 47
48 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp) 48 _VAMP_SDK_PLUGSPACE_BEGIN(FFT.cpp)
49 49