Changeset 79ef3b3 for python/lib
- Timestamp:
- Mar 13, 2017, 5:48:53 PM (8 years ago)
- 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:
- aab682e
- Parents:
- dd3b1d5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
rdd3b1d5 r79ef3b3 32 32 AUBIO_PATCH_VERSION])) 33 33 34 AUBIO_GIT_SHA = get_git_revision_hash()34 35 35 # append sha to version in alpha release 36 36 # MAJ.MIN.PATCH.{~git<sha> , ''} 37 37 if '~alpha' in AUBIO_VERSION_STATUS : 38 AUBIO_GIT_SHA = get_git_revision_hash() 38 39 if AUBIO_GIT_SHA: 39 40 AUBIO_VERSION_STATUS = '~git'+AUBIO_GIT_SHA 41 40 42 if AUBIO_VERSION_STATUS is not None : 41 43 verstr += AUBIO_VERSION_STATUS
Note: See TracChangeset
for help on using the changeset viewer.