Mercurial > hg > vamp-plugin-sdk
diff src/vamp-sdk/PluginAdapter.cpp @ 337:d5c5a52e6c9f
Make the simple base-fft implementation accessible for use by plugins as well. Bump version to 2.4
author | Chris Cannam |
---|---|
date | Thu, 12 Jul 2012 11:37:31 +0100 |
parents | ef1dc9963638 |
children | dc40fff9f20b |
line wrap: on
line diff
--- a/src/vamp-sdk/PluginAdapter.cpp Mon Jul 09 22:36:06 2012 +0100 +++ b/src/vamp-sdk/PluginAdapter.cpp Thu Jul 12 11:37:31 2012 +0100 @@ -39,7 +39,7 @@ #include <cstring> #include <cstdlib> -#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 3 ) +#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 4 ) #error Unexpected version of Vamp SDK header included #endif