Changeset 5b44a26


Ignore:
Timestamp:
Apr 7, 2017, 3:44:10 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
6709422
Parents:
ddc9733
Message:

scripts/build_mingw: use this_version.py to get current version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/build_mingw

    rddc9733 r5b44a26  
    1111set -x
    1212
    13 source VERSION
    14 VERSION="$AUBIO_MAJOR_VERSION.$AUBIO_MINOR_VERSION.$AUBIO_PATCH_VERSION"
    15 VERSION+="$AUBIO_VERSION_STATUS"
     13python this_version.py -v
     14VERSION=`python $PWD/this_version.py -v`
    1615
    1716FFMPEG_BUILDS_URL="https://ffmpeg.zeranoe.com/builds"
Note: See TracChangeset for help on using the changeset viewer.