From f6f6bc581bfd74e0cdf02f5f041d16d8825587c5 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 5 Apr 2023 14:03:09 +0100 Subject: [PATCH] Update for v3.2.1 --- CHANGELOG | 11 +++++++++++ Doxyfile | 2 +- README.md | 2 +- meson.build | 4 ++-- rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index da6b985..a1a7aeb 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,15 @@ +Changes in Rubber Band v3.2.1 + +This is a build-fix release with no new features. + + * Fix formal test failure in build configurations using other + resamplers than the built-in one + +The API is unchanged from 3.0 and the library is binary compatible +back to version 1.7. + + Changes in Rubber Band v3.2 This significant release contains a number of improvements, including diff --git a/Doxyfile b/Doxyfile index ef8cea6..a8a7e9f 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.2.0 +PROJECT_NUMBER = 3.2.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/README.md b/README.md index 16345fa..d919da6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ tempo and pitch of an audio recording independently of one another. * About Rubber Band: https://breakfastquay.com/rubberband/ * Code repository: https://hg.sr.ht/~breakfastquay/rubberband -* Issue tracker: https://todo.sr.ht/~breakfastquay/rubberband +* Issue tracker: https://todo.sr.ht/~breakfastquay/rubberband or https://github.com/breakfastquay/rubberband/issues * Github mirror: https://github.com/breakfastquay/rubberband CI builds: diff --git a/meson.build b/meson.build index 8dc8620..ba72e05 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.2.0', + version: '3.2.1', 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.3' +rubberband_dynamic_library_version = '2.2.4' system = host_machine.system() architecture = host_machine.cpu_family() diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 8fe6a78..def787c 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.2.0" +#define RUBBERBAND_VERSION "3.2.1" #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 e88e9bf..0788c6b 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -29,7 +29,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "3.2.0" +#define RUBBERBAND_VERSION "3.2.1" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 7