Changeset 8da4d59


Ignore:
Timestamp:
Mar 23, 2017, 6:31:42 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
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
Message:

this_version.py: fix building out of git repo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • this_version.py

    r255fe0a r8da4d59  
    6161        verstr = pep440str.replace('~git.', 'a0+')
    6262    elif '~alpha' in aubio_version:
    63         verstr += "a0"
     63        verstr = "a0"
    6464    return verstr
    6565
Note: See TracChangeset for help on using the changeset viewer.