From 1460f39ad471cb6e735bbbbeab0bd93c68120785 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Wed, 12 Jan 2022 15:22:18 +0000 Subject: [PATCH] Next version to be 2.0.1 --- Doxyfile | 2 +- meson.build | 4 ++-- otherbuilds/deploy/source.sh | 5 ++++- rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- 5 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Doxyfile b/Doxyfile index 674841f..33a6ed0 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 = 2.0.0 +PROJECT_NUMBER = 2.0.1 # 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 42aa419..753d1df 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'Rubber Band Library', 'c', 'cpp', - version: '2.0.0', + version: '2.0.1', license: 'GPL-2.0-or-later', default_options: [ 'cpp_std=c++14', @@ -14,7 +14,7 @@ project( meson_version: '>= 0.53.0' ) -rubberband_dynamic_library_version = '2.1.5' +rubberband_dynamic_library_version = '2.1.6' system = host_machine.system() architecture = host_machine.cpu_family() diff --git a/otherbuilds/deploy/source.sh b/otherbuilds/deploy/source.sh index bb3b18d..977c656 100755 --- a/otherbuilds/deploy/source.sh +++ b/otherbuilds/deploy/source.sh @@ -35,12 +35,15 @@ echo echo "The LV2 plugin RDF should contain 2x the API minor version for minorVersion" echo "and an LV2-specific microVersion field, for the mono and stereo plugins." echo -grep 'Version' ladspa-lv2/rubberband.lv2/rubberband.ttl +grep 'Version' ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl check "Are the above minor and micro versions (from the LV2 plugin RDF) correct?" echo grep '^PROJECT_NUMBER' Doxyfile check "Is the above version (from Doxyfile) correct?" +echo +check "All version checks passed. Continue?" + echo echo "Going ahead..." mkdir -p packages diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 0297e3b..2899ca7 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -24,7 +24,7 @@ #ifndef RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H -#define RUBBERBAND_VERSION "2.0.0" +#define RUBBERBAND_VERSION "2.0.1" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 6 diff --git a/rubberband/rubberband-c.h b/rubberband/rubberband-c.h index 4d25c77..27ca153 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "2.0.0" +#define RUBBERBAND_VERSION "2.0.1" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 6