From: Paul Brossier Date: Mon, 13 Feb 2017 22:39:03 +0000 (+0100) Subject: VERSION: release 0.5.1, set aubio==0.4.4 X-Git-Tag: 0.5.1^0 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=07f81171b195748e5b1919fb5d24d33fb918928b;p=vamp-aubio-plugins.git VERSION: release 0.5.1, set aubio==0.4.4 --- diff --git a/VERSION b/VERSION index 368c8fa..6c23bf5 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,5 @@ VAMP_AUBIO_MAJOR_VERSION=0 VAMP_AUBIO_MINOR_VERSION=5 VAMP_AUBIO_PATCH_VERSION=1 -VAMP_AUBIO_VERSION_STATUS='~alpha' +VAMP_AUBIO_VERSION_STATUS='' +AUBIO_VERSION="0.4.4" diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh index a0cac76..f049ccb 100755 --- a/scripts/get_aubio.sh +++ b/scripts/get_aubio.sh @@ -12,7 +12,6 @@ then git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd ) pushd aubio else - AUBIO_VERSION=0.4.4 echo "using release 0.4.4" tarball=aubio-$AUBIO_VERSION.tar.bz2 [ -f $tarball ] || wget https://aubio.org/pub/$tarball