changeset 191:9a07ca45658d

VERSION: release 0.5.1, set aubio==0.4.4
author Paul Brossier <piem@piem.org>
date Mon, 13 Feb 2017 23:39:03 +0100
parents 71b823b69b21
children 5698471a8796
files VERSION scripts/get_aubio.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/VERSION	Mon Feb 13 22:59:00 2017 +0100
+++ b/VERSION	Mon Feb 13 23:39:03 2017 +0100
@@ -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"
--- a/scripts/get_aubio.sh	Mon Feb 13 22:59:00 2017 +0100
+++ b/scripts/get_aubio.sh	Mon Feb 13 23:39:03 2017 +0100
@@ -12,7 +12,6 @@
   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