Mercurial > hg > vamp-plugin-sdk
comparison vamp-sdk/PluginBase.h @ 332:f9e13bc35b3e
Bump up version to 2.3.1, add C-linkage symbols for library versions so autoconf can check them
author | Chris Cannam |
---|---|
date | Fri, 25 May 2012 10:45:34 +0100 |
parents | ef1dc9963638 |
children | d5c5a52e6c9f |
comparison
equal
deleted
inserted
replaced
331:9648ba9812d6 | 332:f9e13bc35b3e |
---|---|
38 #define _VAMP_SDK_PLUGIN_BASE_H_ | 38 #define _VAMP_SDK_PLUGIN_BASE_H_ |
39 | 39 |
40 #include <string> | 40 #include <string> |
41 #include <vector> | 41 #include <vector> |
42 | 42 |
43 #define VAMP_SDK_VERSION "2.3" | 43 #define VAMP_SDK_VERSION "2.3.1" |
44 #define VAMP_SDK_MAJOR_VERSION 2 | 44 #define VAMP_SDK_MAJOR_VERSION 2 |
45 #define VAMP_SDK_MINOR_VERSION 3 | 45 #define VAMP_SDK_MINOR_VERSION 3 |
46 | 46 |
47 #include "plugguard.h" | 47 #include "plugguard.h" |
48 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) | 48 _VAMP_SDK_PLUGSPACE_BEGIN(PluginBase.h) |