diff 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
line wrap: on
line diff
--- a/vamp-sdk/PluginBase.h	Thu May 24 16:38:09 2012 +0100
+++ b/vamp-sdk/PluginBase.h	Fri May 25 10:45:34 2012 +0100
@@ -40,7 +40,7 @@
 #include <string>
 #include <vector>
 
-#define VAMP_SDK_VERSION "2.3"
+#define VAMP_SDK_VERSION "2.3.1"
 #define VAMP_SDK_MAJOR_VERSION 2
 #define VAMP_SDK_MINOR_VERSION 3