Changeset 8259e09
- Timestamp:
- Mar 13, 2017, 5:20:33 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:
- 12e6c9c
- Parents:
- 1eb8c0e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
python/lib/moresetuptools.py
r1eb8c0e r8259e09 33 33 34 34 AUBIO_GIT_SHA = get_git_revision_hash() 35 """append sha to version in alpha release36 """35 # append sha to version in alpha release 36 # MAJ.MIN.PATCH.{~git<sha> , ''} 37 37 if '~alpha' in AUBIO_VERSION_STATUS : 38 38 if AUBIO_GIT_SHA:
Note: See TracChangeset
for help on using the changeset viewer.