comparison vamp-sdk/plugguard.h @ 516:df32b473b9b6

Update versions throughout to 2.8
author Chris Cannam
date Fri, 01 Feb 2019 16:15:11 +0000
parents 2dbb3f920abc
children db2cd87cef6f
comparison
equal deleted inserted replaced
515:34565c6868ed 516:df32b473b9b6
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.7.1" 74 #define VAMP_SDK_VERSION "2.8"
75 #define VAMP_SDK_MAJOR_VERSION 2 75 #define VAMP_SDK_MAJOR_VERSION 2
76 #define VAMP_SDK_MINOR_VERSION 7 76 #define VAMP_SDK_MINOR_VERSION 8
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