From 379bb879f1dee6f274c72df6f50c3298bda383e1 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 2 Nov 2022 15:06:49 +0000 Subject: [PATCH] Update versions again --- COMPILING.md | 5 ++--- Doxyfile | 2 +- meson.build | 2 +- rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/COMPILING.md b/COMPILING.md index 5c5a1ee..9d07531 100644 --- a/COMPILING.md +++ b/COMPILING.md @@ -86,15 +86,14 @@ unless explicitly enabled, e.g. $ meson build -Dauto_features=disabled -Dcmdline=enabled ``` -By default the build also produces both static and dynamic library -targets. To force only static or dynamic (shared) output, use one of +By default the build produces both static and dynamic library +targets. To produce only one of these, use either ``` $ meson build -Ddefault_library=static $ meson build -Ddefault_library=shared ``` - Rubber Band Library is written entirely in C++ and requires a C++11 compiler. It is unlikely to make any difference (performance or otherwise) which C++ standard you compile with, as long as it's no diff --git a/Doxyfile b/Doxyfile index c092c91..b73925b 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.1 +PROJECT_NUMBER = 3.1.2 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/meson.build b/meson.build index c615284..7a6e796 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.1.1', + version: '3.1.2', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11', diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 657156a..10e31ef 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.0" +#define RUBBERBAND_VERSION "3.1.2" #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 fcae64c..9be5bea 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "3.1.0" +#define RUBBERBAND_VERSION "3.1.2" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 7