comparison vamp-sdk/plugguard.h @ 539:15a89a89aa9b

Update version number and CHANGELOG
author Chris Cannam
date Mon, 18 May 2020 10:48:13 +0100
parents db2cd87cef6f
children
comparison
equal deleted inserted replaced
538:8ffb8985ae8f 539:15a89a89aa9b
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.9" 74 #define VAMP_SDK_VERSION "2.10"
75 #define VAMP_SDK_MAJOR_VERSION 2 75 #define VAMP_SDK_MAJOR_VERSION 2
76 #define VAMP_SDK_MINOR_VERSION 9 76 #define VAMP_SDK_MINOR_VERSION 10
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