comparison src/vamp-sdk/PluginAdapter.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 <cstring> 39 #include <cstring>
40 #include <cstdlib> 40 #include <cstdlib>
41 41
42 #include <mutex> 42 #include <mutex>
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 using std::map; 48 using std::map;
49 using std::vector; 49 using std::vector;