Mercurial > hg > vamp-plugin-sdk
comparison 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 |
comparison
equal
deleted
inserted
replaced
306:b923a3d9c3d5 | 307:ebc47e614cf5 |
---|---|
38 #define _VAMP_SDK_PLUGIN_BASE_H_ | 38 #define _VAMP_SDK_PLUGIN_BASE_H_ |
39 | 39 |
40 #include <string> | 40 #include <string> |
41 #include <vector> | 41 #include <vector> |
42 | 42 |
43 #define VAMP_SDK_VERSION "2.0" | 43 #define VAMP_SDK_VERSION "3.5" |
44 #define VAMP_SDK_MAJOR_VERSION 2 | 44 #define VAMP_SDK_MAJOR_VERSION 2 |
45 #define VAMP_SDK_MINOR_VERSION 0 | 45 #define VAMP_SDK_MINOR_VERSION 2 |
46 | 46 |
47 #include "plugguard.h" | 47 #include "plugguard.h" |
48 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) | 48 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) |
49 | 49 |
50 namespace Vamp { | 50 namespace Vamp { |