Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/plugguard.h @ 349:dc40fff9f20b
Bump version to 2.5
author | Chris Cannam |
---|---|
date | Thu, 28 Mar 2013 09:16:11 +0000 |
parents | d5c5a52e6c9f |
children | 5628c5ec4000 |
comparison
equal
deleted
inserted
replaced
348:8037a36dcf9e | 349:dc40fff9f20b |
---|---|
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.4" | 74 #define VAMP_SDK_VERSION "2.5" |
75 #define VAMP_SDK_MAJOR_VERSION 2 | 75 #define VAMP_SDK_MAJOR_VERSION 2 |
76 #define VAMP_SDK_MINOR_VERSION 4 | 76 #define VAMP_SDK_MINOR_VERSION 5 |
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 |