From 908239462b863cb1cf856e740c35489dfe47f254 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 27 Mar 2023 16:29:54 +0100 Subject: [PATCH] Adjust versions for 3.2.0 --- Doxyfile | 2 +- ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl | 8 ++++---- meson.build | 4 ++-- rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Doxyfile b/Doxyfile index 41500a1..ef8cea6 100644 --- a/Doxyfile +++ b/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Rubber Band Library" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 3.1.3 +PROJECT_NUMBER = 3.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl b/ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl index f96f74f..6bc2b53 100644 --- a/ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl +++ b/ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl @@ -135,7 +135,7 @@ rubberband:mono doap:maintainer :maker ; # Minor version will be 2x the Rubber Band API minor version lv2:minorVersion 4 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; lv2:optionalFeature lv2:hardRTCapable ; pg:mainInput rubberband:mono_in_group ; pg:mainOutput rubberband:mono_out_group ; @@ -173,7 +173,7 @@ rubberband:r3mono doap:maintainer :maker ; # Minor version will be 2x the Rubber Band API minor version lv2:minorVersion 4 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; lv2:optionalFeature lv2:hardRTCapable ; pg:mainInput rubberband:mono_in_group ; pg:mainOutput rubberband:mono_out_group ; @@ -210,7 +210,7 @@ rubberband:stereo doap:maintainer :maker ; # Minor version will be 2x the Rubber Band API minor version lv2:minorVersion 4 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; lv2:optionalFeature lv2:hardRTCapable ; pg:mainInput rubberband:stereo_in_group ; pg:mainOutput rubberband:stereo_out_group ; @@ -263,7 +263,7 @@ rubberband:r3stereo doap:maintainer :maker ; # Minor version will be 2x the Rubber Band API minor version lv2:minorVersion 4 ; - lv2:microVersion 0 ; + lv2:microVersion 1 ; lv2:optionalFeature lv2:hardRTCapable ; pg:mainInput rubberband:stereo_in_group ; pg:mainOutput rubberband:stereo_out_group ; diff --git a/meson.build b/meson.build index f5c7dea..3ec8cb1 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.1.3', + version: '3.2.0', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11', @@ -15,7 +15,7 @@ project( meson_version: '>= 0.53.0' ) -rubberband_dynamic_library_version = '2.2.2' +rubberband_dynamic_library_version = '2.2.3' system = host_machine.system() architecture = host_machine.cpu_family() diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index d99f892..8fe6a78 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -24,7 +24,7 @@ #ifndef RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H -#define RUBBERBAND_VERSION "3.1.3" +#define RUBBERBAND_VERSION "3.2.0" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 7 diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h index 776e155..e88e9bf 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -29,7 +29,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "3.1.3" +#define RUBBERBAND_VERSION "3.2.0" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 7