Changeset 8da4d59
- Timestamp:
- Mar 23, 2017, 6:31:42 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:
- aa5e0a3
- Parents:
- 255fe0a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
this_version.py
r255fe0a r8da4d59 61 61 verstr = pep440str.replace('~git.', 'a0+') 62 62 elif '~alpha' in aubio_version: 63 verstr += "a0"63 verstr = "a0" 64 64 return verstr 65 65
Note: See TracChangeset
for help on using the changeset viewer.