From a9a286014c487fed7cceb17217cfdfc8c2938b11 Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Mon, 7 Jun 2021 13:47:57 +0100 Subject: [PATCH] Version bumps --- otherbuilds/deploy/macos.sh | 6 ++++++ rubberband/RubberBandStretcher.h | 2 +- rubberband/rubberband-c.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/otherbuilds/deploy/macos.sh b/otherbuilds/deploy/macos.sh index 425b5eb..0f73a13 100755 --- a/otherbuilds/deploy/macos.sh +++ b/otherbuilds/deploy/macos.sh @@ -7,10 +7,16 @@ version=$(grep '^ *version:' meson.build | head -1 | sed "s/^.*'\([0-9][0-9.]*\) echo echo "Packaging command-line utility for Mac for Rubber Band v$version..." echo +if [ -f /usr/local/lib/libsndfile.dylib ]; then + echo "(WARNING: libsndfile dynamic library found in /usr/local/lib, be sure that you aren't about to combine this external dependency with the hardened runtime)" +fi rm -rf build PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ meson build --cross-file ./cross/macos-universal.txt ninja -C build +echo +echo "Check the following version number: it should read $version" ./build/rubberband -V +echo key="Developer ID Application: Particular Programs Ltd (73F996B92S)" mkdir -p packages ( cd build diff --git a/rubberband/RubberBandStretcher.h b/rubberband/RubberBandStretcher.h index 0d88583..64ab048 100644 --- a/rubberband/RubberBandStretcher.h +++ b/rubberband/RubberBandStretcher.h @@ -24,7 +24,7 @@ #ifndef RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H -#define RUBBERBAND_VERSION "1.9.1" +#define RUBBERBAND_VERSION "1.9.2" #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 c77d59f..887ddf3 100644 --- a/rubberband/rubberband-c.h +++ b/rubberband/rubberband-c.h @@ -28,7 +28,7 @@ extern "C" { #endif -#define RUBBERBAND_VERSION "1.9.1" +#define RUBBERBAND_VERSION "1.9.2" #define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MINOR_VERSION 6