diff vamp-sdk/PluginBase.h @ 307:ebc47e614cf5

* Update versions to 2.2 throughout; also add script used to do this
author cannam
date Wed, 25 Aug 2010 16:09:15 +0000
parents 7b12c3decc42
children ef1dc9963638
line wrap: on
line diff
--- a/vamp-sdk/PluginBase.h	Fri Aug 13 15:08:23 2010 +0000
+++ b/vamp-sdk/PluginBase.h	Wed Aug 25 16:09:15 2010 +0000
@@ -40,9 +40,9 @@
 #include <string>
 #include <vector>
 
-#define VAMP_SDK_VERSION "2.0"
+#define VAMP_SDK_VERSION "3.5"
 #define VAMP_SDK_MAJOR_VERSION 2
-#define VAMP_SDK_MINOR_VERSION 0
+#define VAMP_SDK_MINOR_VERSION 2
 
 #include "plugguard.h"
 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h)