From ffe7cf966c2dc78f184024d800ca1588ab23dc2c Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 12 Aug 2024 09:22:21 +0100 Subject: [PATCH] Update versions --- meson.build | 4 ++-- rubberband/RubberBandLiveShifter.h | 8 ++++---- rubberband/RubberBandStretcher.h | 6 +++--- rubberband/rubberband-c.h | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/meson.build b/meson.build index 6eda474b..1fabcc32 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.3.0', + version: '4.0.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.3.0' +rubberband_dynamic_library_version = '3.0.0' system = host_machine.system() architecture = host_machine.cpu_family() diff --git a/rubberband/RubberBandLiveShifter.h b/rubberband/RubberBandLiveShifter.h index 3276a7c8..93d74a48 100644 --- a/rubberband/RubberBandLiveShifter.h +++ b/rubberband/RubberBandLiveShifter.h @@ -23,10 +23,10 @@ #ifndef RUBBERBAND_LIVE_SHIFTER_H #define RUBBERBAND_LIVE_SHIFTER_H - -#define RUBBERBAND_LIVE_VERSION "0.0.1" -#define RUBBERBAND_LIVE_API_MAJOR_VERSION 0 -#define RUBBERBAND_LIVE_API_MINOR_VERSION 0 + +#define RUBBERBAND_VERSION "4.0.0" +#define RUBBERBAND_API_MAJOR_VERSION 3 +#define RUBBERBAND_API_MINOR_VERSION 0 #undef RUBBERBAND_LIVE_DLLEXPORT #ifdef _MSC_VER diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 13cd9bab..295677c0 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -24,9 +24,9 @@ #ifndef RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H -#define RUBBERBAND_VERSION "3.3.0" -#define RUBBERBAND_API_MAJOR_VERSION 2 -#define RUBBERBAND_API_MINOR_VERSION 8 +#define RUBBERBAND_VERSION "4.0.0" +#define RUBBERBAND_API_MAJOR_VERSION 3 +#define RUBBERBAND_API_MINOR_VERSION 0 #undef RUBBERBAND_DLLEXPORT #ifdef _MSC_VER diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h index 0167f3d5..66d584bb 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -28,10 +28,10 @@ #ifdef __cplusplus extern "C" { #endif - -#define RUBBERBAND_VERSION "3.3.0" -#define RUBBERBAND_API_MAJOR_VERSION 2 -#define RUBBERBAND_API_MINOR_VERSION 8 + +#define RUBBERBAND_VERSION "4.0.0" +#define RUBBERBAND_API_MAJOR_VERSION 3 +#define RUBBERBAND_API_MINOR_VERSION 0 #undef RB_EXTERN #ifdef _MSC_VER