Update for v3.2.1

This commit is contained in:
Chris Cannam
2023-04-05 14:03:09 +01:00
parent ab9c0de723
commit f6f6bc581b
6 changed files with 17 additions and 6 deletions

View File

@@ -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 Changes in Rubber Band v3.2
This significant release contains a number of improvements, including This significant release contains a number of improvements, including

View File

@@ -31,7 +31,7 @@ PROJECT_NAME = "Rubber Band Library"
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # 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) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

View File

@@ -12,7 +12,7 @@ tempo and pitch of an audio recording independently of one another.
* About Rubber Band: https://breakfastquay.com/rubberband/ * About Rubber Band: https://breakfastquay.com/rubberband/
* Code repository: https://hg.sr.ht/~breakfastquay/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 * Github mirror: https://github.com/breakfastquay/rubberband
CI builds: CI builds:

View File

@@ -2,7 +2,7 @@
project( project(
'Rubber Band Library', 'Rubber Band Library',
'c', 'cpp', 'c', 'cpp',
version: '3.2.0', version: '3.2.1',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
default_options: [ default_options: [
'cpp_std=c++11', 'cpp_std=c++11',
@@ -15,7 +15,7 @@ project(
meson_version: '>= 0.53.0' meson_version: '>= 0.53.0'
) )
rubberband_dynamic_library_version = '2.2.3' rubberband_dynamic_library_version = '2.2.4'
system = host_machine.system() system = host_machine.system()
architecture = host_machine.cpu_family() architecture = host_machine.cpu_family()

View File

@@ -24,7 +24,7 @@
#ifndef RUBBERBAND_STRETCHER_H #ifndef RUBBERBAND_STRETCHER_H
#define 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_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 7 #define RUBBERBAND_API_MINOR_VERSION 7

View File

@@ -29,7 +29,7 @@
extern "C" { extern "C" {
#endif #endif
#define RUBBERBAND_VERSION "3.2.0" #define RUBBERBAND_VERSION "3.2.1"
#define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 7 #define RUBBERBAND_API_MINOR_VERSION 7