# HG changeset patch # User Chris Cannam # Date 1655475639 -3600 # Fri Jun 17 15:20:39 2022 +0100 # Branch r3 # Node ID ed9acf241b1076e84ba0b41dc9d8edd904f69f25 # Parent 0cbd27b54c40be1e8a16c07d9b4d15494fc9b1e6 Beta2 diff --git a/meson.build b/meson.build --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '3.0.0-beta1', + version: '3.0.0-beta2', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++11', diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -24,7 +24,7 @@ #ifndef RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H -#define RUBBERBAND_VERSION "3.0.0-beta1" +#define RUBBERBAND_VERSION "3.0.0-beta2" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 7 diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "3.0.0-beta1" +#define RUBBERBAND_VERSION "3.0.0-beta2" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 7