Changeset 35f995c for this_version.py
- Timestamp:
- Mar 23, 2017, 4:55:13 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:
- 27fdf81
- Parents:
- 38f3d04
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
this_version.py
r38f3d04 r35f995c 71 71 if add_status and vdict['AUBIO_VERSION_STATUS']: 72 72 verstr += vdict['AUBIO_VERSION_STATUS'] 73 return verstr73 return str(verstr) 74 74 75 75
Note: See TracChangeset
for help on using the changeset viewer.