Version bumps
This commit is contained in:
@@ -7,10 +7,16 @@ version=$(grep '^ *version:' meson.build | head -1 | sed "s/^.*'\([0-9][0-9.]*\)
|
|||||||
echo
|
echo
|
||||||
echo "Packaging command-line utility for Mac for Rubber Band v$version..."
|
echo "Packaging command-line utility for Mac for Rubber Band v$version..."
|
||||||
echo
|
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
|
rm -rf build
|
||||||
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ meson build --cross-file ./cross/macos-universal.txt
|
PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ meson build --cross-file ./cross/macos-universal.txt
|
||||||
ninja -C build
|
ninja -C build
|
||||||
|
echo
|
||||||
|
echo "Check the following version number: it should read $version"
|
||||||
./build/rubberband -V
|
./build/rubberband -V
|
||||||
|
echo
|
||||||
key="Developer ID Application: Particular Programs Ltd (73F996B92S)"
|
key="Developer ID Application: Particular Programs Ltd (73F996B92S)"
|
||||||
mkdir -p packages
|
mkdir -p packages
|
||||||
( cd build
|
( cd build
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
#ifndef RUBBERBAND_STRETCHER_H
|
#ifndef RUBBERBAND_STRETCHER_H
|
||||||
#define 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_MAJOR_VERSION 2
|
||||||
#define RUBBERBAND_API_MINOR_VERSION 6
|
#define RUBBERBAND_API_MINOR_VERSION 6
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define RUBBERBAND_VERSION "1.9.1"
|
#define RUBBERBAND_VERSION "1.9.2"
|
||||||
#define RUBBERBAND_API_MAJOR_VERSION 2
|
#define RUBBERBAND_API_MAJOR_VERSION 2
|
||||||
#define RUBBERBAND_API_MINOR_VERSION 6
|
#define RUBBERBAND_API_MINOR_VERSION 6
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user