changeset 410:5628c5ec4000 vamp-plugin-sdk-v2.6

Naturally, I forgot to update the version in the headers. Argh. Sorry
author Chris Cannam
date Mon, 22 Jun 2015 09:28:58 +0100
parents dea71aac0c5b
children c42aeb56d828
files Makefile.in build/Doxyfile build/libvamp-hostsdk.la.in build/libvamp-sdk.la.in configure.ac pkgconfig/vamp-hostsdk.pc.in pkgconfig/vamp-sdk.pc.in pkgconfig/vamp.pc.in src/vamp-hostsdk/PluginHostAdapter.cpp src/vamp-sdk/FFT.cpp src/vamp-sdk/PluginAdapter.cpp vamp-hostsdk/hostguard.h vamp-sdk/plugguard.h
diffstat 13 files changed, 16 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Jun 16 14:15:33 2015 +0100
+++ b/Makefile.in	Mon Jun 22 09:28:58 2015 +0100
@@ -78,13 +78,13 @@
 INSTALL_PLUGINS		  = $(INSTALL_PREFIX)/lib/vamp
 INSTALL_BINARIES	  = $(INSTALL_PREFIX)/bin 
 
-INSTALL_SDK_LIBNAME	  = libvamp-sdk.so.2.5.0
+INSTALL_SDK_LIBNAME	  = libvamp-sdk.so.2.6.0
 INSTALL_SDK_LINK_ABI	  = libvamp-sdk.so.2
 INSTALL_SDK_LINK_DEV	  = libvamp-sdk.so
 INSTALL_SDK_STATIC        = libvamp-sdk.a
 INSTALL_SDK_LA            = libvamp-sdk.la
 
-INSTALL_HOSTSDK_LIBNAME   = libvamp-hostsdk.so.3.5.0
+INSTALL_HOSTSDK_LIBNAME   = libvamp-hostsdk.so.3.6.0
 INSTALL_HOSTSDK_LINK_ABI  = libvamp-hostsdk.so.3
 INSTALL_HOSTSDK_LINK_DEV  = libvamp-hostsdk.so
 INSTALL_HOSTSDK_STATIC    = libvamp-hostsdk.a
--- a/build/Doxyfile	Tue Jun 16 14:15:33 2015 +0100
+++ b/build/Doxyfile	Mon Jun 22 09:28:58 2015 +0100
@@ -31,7 +31,7 @@
 # This could be handy for archiving the generated documentation or 
 # if some version control system is used.
 
-PROJECT_NUMBER         = 2.5
+PROJECT_NUMBER         = 2.6
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
 # base path where the generated documentation will be put. 
--- a/build/libvamp-hostsdk.la.in	Tue Jun 16 14:15:33 2015 +0100
+++ b/build/libvamp-hostsdk.la.in	Mon Jun 22 09:28:58 2015 +0100
@@ -3,7 +3,7 @@
 old_library='%STATIC%'
 dependency_libs=''
 current=3
-age=5
+age=6
 revision=0
 installed=yes
 libdir='%LIBS%'
--- a/build/libvamp-sdk.la.in	Tue Jun 16 14:15:33 2015 +0100
+++ b/build/libvamp-sdk.la.in	Mon Jun 22 09:28:58 2015 +0100
@@ -3,7 +3,7 @@
 old_library='%STATIC%'
 dependency_libs=''
 current=2
-age=5
+age=6
 revision=0
 installed=yes
 libdir='%LIBS%'
--- a/configure.ac	Tue Jun 16 14:15:33 2015 +0100
+++ b/configure.ac	Mon Jun 22 09:28:58 2015 +0100
@@ -1,5 +1,5 @@
 
-AC_INIT(vamp-plugin-sdk, 2.5, cannam@all-day-breakfast.com)
+AC_INIT(vamp-plugin-sdk, 2.6, cannam@all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(vamp/vamp.h)
 AC_PROG_CXX
--- a/pkgconfig/vamp-hostsdk.pc.in	Tue Jun 16 14:15:33 2015 +0100
+++ b/pkgconfig/vamp-hostsdk.pc.in	Mon Jun 22 09:28:58 2015 +0100
@@ -4,7 +4,7 @@
 includedir=${prefix}/include
 
 Name: vamp-hostsdk
-Version: 2.5
+Version: 2.6
 Description: Development library for Vamp audio analysis plugin hosts
 Libs: -L${libdir} -lvamp-hostsdk -ldl
 Cflags: -I${includedir} 
--- a/pkgconfig/vamp-sdk.pc.in	Tue Jun 16 14:15:33 2015 +0100
+++ b/pkgconfig/vamp-sdk.pc.in	Mon Jun 22 09:28:58 2015 +0100
@@ -4,7 +4,7 @@
 includedir=${prefix}/include
 
 Name: vamp-sdk
-Version: 2.5
+Version: 2.6
 Description: Development library for Vamp audio analysis plugins
 Libs: -L${libdir} -lvamp-sdk
 Cflags: -I${includedir} 
--- a/pkgconfig/vamp.pc.in	Tue Jun 16 14:15:33 2015 +0100
+++ b/pkgconfig/vamp.pc.in	Mon Jun 22 09:28:58 2015 +0100
@@ -4,7 +4,7 @@
 includedir=${prefix}/include
 
 Name: vamp
-Version: 2.5
+Version: 2.6
 Description: An API for audio analysis and feature extraction plugins
 Libs: 
 Cflags: -I${includedir} 
--- a/src/vamp-hostsdk/PluginHostAdapter.cpp	Tue Jun 16 14:15:33 2015 +0100
+++ b/src/vamp-hostsdk/PluginHostAdapter.cpp	Mon Jun 22 09:28:58 2015 +0100
@@ -37,7 +37,7 @@
 #include <vamp-hostsdk/PluginHostAdapter.h>
 #include <cstdlib>
 
-#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 )
+#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
 #error Unexpected version of Vamp SDK header included
 #endif
 
--- a/src/vamp-sdk/FFT.cpp	Tue Jun 16 14:15:33 2015 +0100
+++ b/src/vamp-sdk/FFT.cpp	Mon Jun 22 09:28:58 2015 +0100
@@ -38,7 +38,7 @@
 
 #include <cmath>
 
-#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 )
+#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
 #error Unexpected version of Vamp SDK header included
 #endif
 
--- a/src/vamp-sdk/PluginAdapter.cpp	Tue Jun 16 14:15:33 2015 +0100
+++ b/src/vamp-sdk/PluginAdapter.cpp	Mon Jun 22 09:28:58 2015 +0100
@@ -39,7 +39,7 @@
 #include <cstring>
 #include <cstdlib>
 
-#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 5 )
+#if ( VAMP_SDK_MAJOR_VERSION != 2 || VAMP_SDK_MINOR_VERSION != 6 )
 #error Unexpected version of Vamp SDK header included
 #endif
 
--- a/vamp-hostsdk/hostguard.h	Tue Jun 16 14:15:33 2015 +0100
+++ b/vamp-hostsdk/hostguard.h	Mon Jun 22 09:28:58 2015 +0100
@@ -43,9 +43,9 @@
 
 #define _VAMP_IN_HOSTSDK
 
-#define VAMP_SDK_VERSION "2.5"
+#define VAMP_SDK_VERSION "2.6"
 #define VAMP_SDK_MAJOR_VERSION 2
-#define VAMP_SDK_MINOR_VERSION 5
+#define VAMP_SDK_MINOR_VERSION 6
 
 #ifdef _VAMP_NO_HOST_NAMESPACE
 #define _VAMP_SDK_HOSTSPACE_BEGIN(h)
--- a/vamp-sdk/plugguard.h	Tue Jun 16 14:15:33 2015 +0100
+++ b/vamp-sdk/plugguard.h	Mon Jun 22 09:28:58 2015 +0100
@@ -71,9 +71,9 @@
 
 #define _VAMP_IN_PLUGINSDK 1
 
-#define VAMP_SDK_VERSION "2.5"
+#define VAMP_SDK_VERSION "2.6"
 #define VAMP_SDK_MAJOR_VERSION 2
-#define VAMP_SDK_MINOR_VERSION 5
+#define VAMP_SDK_MINOR_VERSION 6
 
 #ifdef _VAMP_NO_PLUGIN_NAMESPACE
 #define _VAMP_SDK_PLUGSPACE_BEGIN(h)