scripts/get_aubio.sh: show actual aubio version being used
[vamp-aubio-plugins.git] / scripts / get_aubio.sh
index 1f735cb..7b31804 100755 (executable)
@@ -15,7 +15,7 @@ then
   git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd )
   pushd aubio
 else
-  echo "using release 0.4.4"
+  echo "using aubio $AUBIO_VERSION"
   tarball=aubio-$AUBIO_VERSION.tar.bz2
   [ -f $tarball ] || curl -O https://aubio.org/pub/$tarball
   [ -f $tarball.asc ] || curl -O https://aubio.org/pub/$tarball.asc