Changeset 7b9b6ba
- Timestamp:
- Mar 23, 2017, 6:02: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:
- 87a4a5a
- Parents:
- 5025472
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
this_version.py
r5025472 r7b9b6ba 44 44 AUBIO_GIT_SHA = get_git_revision_hash() 45 45 if AUBIO_GIT_SHA: 46 __version_info['AUBIO_VERSION_STATUS'] = '~git ' + AUBIO_GIT_SHA46 __version_info['AUBIO_VERSION_STATUS'] = '~git+' + AUBIO_GIT_SHA 47 47 48 48 return __version_info
Note: See TracChangeset
for help on using the changeset viewer.