Changeset 7b9b6ba for this_version.py


Ignore:
Timestamp:
Mar 23, 2017, 6:02:53 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:
87a4a5a
Parents:
5025472
Message:

this_version.py: use 0.4.5~git+<hash>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • this_version.py

    r5025472 r7b9b6ba  
    4444            AUBIO_GIT_SHA = get_git_revision_hash()
    4545            if AUBIO_GIT_SHA:
    46                 __version_info['AUBIO_VERSION_STATUS'] = '~git' + AUBIO_GIT_SHA
     46                __version_info['AUBIO_VERSION_STATUS'] = '~git+' + AUBIO_GIT_SHA
    4747
    4848    return __version_info
Note: See TracChangeset for help on using the changeset viewer.