comparison src/vamp-sdk/PluginAdapter.cpp @ 326:ef1dc9963638

Update versions throughout
author Chris Cannam
date Thu, 24 Nov 2011 13:18:04 +0000
parents 34754c776530
children d5c5a52e6c9f
comparison
equal deleted inserted replaced
325:a3097781e894 326:ef1dc9963638
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 != 2 ) 42 #if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 3 )
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