diff vamp-sdk/PluginBase.h @ 234:7b12c3decc42 distinct-libraries

* install fixes, mostly
author cannam
date Fri, 07 Nov 2008 16:39:24 +0000
parents 521734d2b498
children ebc47e614cf5
line wrap: on
line diff
--- a/vamp-sdk/PluginBase.h	Fri Nov 07 15:28:33 2008 +0000
+++ b/vamp-sdk/PluginBase.h	Fri Nov 07 16:39:24 2008 +0000
@@ -40,6 +40,10 @@
 #include <string>
 #include <vector>
 
+#define VAMP_SDK_VERSION "2.0"
+#define VAMP_SDK_MAJOR_VERSION 2
+#define VAMP_SDK_MINOR_VERSION 0
+
 #include "plugguard.h"
 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h)