comparison src/vamp-sdk/PluginAdapter.cpp @ 349:dc40fff9f20b

Bump version to 2.5
author Chris Cannam
date Thu, 28 Mar 2013 09:16:11 +0000
parents d5c5a52e6c9f
children 7d59dd1ba5de
comparison
equal deleted inserted replaced
348:8037a36dcf9e 349:dc40fff9f20b
37 #include <vamp-sdk/PluginAdapter.h> 37 #include <vamp-sdk/PluginAdapter.h>
38 38
39 #include <cstring> 39 #include <cstring>
40 #include <cstdlib> 40 #include <cstdlib>
41 41
42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 4 ) 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 )
43 #error Unexpected version of Vamp SDK header included 43 #error Unexpected version of Vamp SDK header included
44 #endif 44 #endif
45 45
46 46
47 //#define DEBUG_PLUGIN_ADAPTER 1 47 //#define DEBUG_PLUGIN_ADAPTER 1