comparison vamp-sdk/plugguard.h @ 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 dc40fff9f20b
children abdf03252c8a
comparison
equal deleted inserted replaced
409:dea71aac0c5b 410:5628c5ec4000
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.5" 74 #define VAMP_SDK_VERSION "2.6"
75 #define VAMP_SDK_MAJOR_VERSION 2 75 #define VAMP_SDK_MAJOR_VERSION 2
76 #define VAMP_SDK_MINOR_VERSION 5 76 #define VAMP_SDK_MINOR_VERSION 6
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