diff src/vamp-sdk/PluginAdapter.cpp @ 410:5628c5ec4000 vamp-plugin-sdk-v2.6

Naturally, I forgot to update the version in the headers. Argh. Sorry
author Chris Cannam
date Mon, 22 Jun 2015 09:28:58 +0100
parents 7d59dd1ba5de
children abdf03252c8a
line wrap: on
line diff
--- a/src/vamp-sdk/PluginAdapter.cpp	Tue Jun 16 14:15:33 2015 +0100
+++ b/src/vamp-sdk/PluginAdapter.cpp	Mon Jun 22 09:28:58 2015 +0100
@@ -39,7 +39,7 @@
 #include <cstring>
 #include <cstdlib>
 
-#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 )
+#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
 #error Unexpected version of Vamp SDK header included
 #endif