Update for v3.2.1
This commit is contained in:
11
CHANGELOG
11
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
|
||||
|
||||
2
Doxyfile
2
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.
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user