Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/plugguard.h @ 424:abdf03252c8a vampipe
Next version from this branch (if any) will be 2.7
author | Chris Cannam |
---|---|
date | Thu, 12 May 2016 12:29:54 +0100 |
parents | 5628c5ec4000 |
children | 2dbb3f920abc |
comparison
equal
deleted
inserted
replaced
423:8c45dee08a95 | 424:abdf03252c8a |
---|---|
69 | 69 |
70 #ifndef _VAMP_IN_HOSTSDK | 70 #ifndef _VAMP_IN_HOSTSDK |
71 | 71 |
72 #define _VAMP_IN_PLUGINSDK 1 | 72 #define _VAMP_IN_PLUGINSDK 1 |
73 | 73 |
74 #define VAMP_SDK_VERSION "2.6" | 74 #define VAMP_SDK_VERSION "2.7" |
75 #define VAMP_SDK_MAJOR_VERSION 2 | 75 #define VAMP_SDK_MAJOR_VERSION 2 |
76 #define VAMP_SDK_MINOR_VERSION 6 | 76 #define VAMP_SDK_MINOR_VERSION 7 |
77 | 77 |
78 #ifdef _VAMP_NO_PLUGIN_NAMESPACE | 78 #ifdef _VAMP_NO_PLUGIN_NAMESPACE |
79 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) | 79 #define _VAMP_SDK_PLUGSPACE_BEGIN(h) |
80 #define _VAMP_SDK_PLUGSPACE_END(h) | 80 #define _VAMP_SDK_PLUGSPACE_END(h) |
81 #else | 81 #else |