Changeset 20a33fb


Ignore:
Timestamp:
Mar 13, 2017, 9:23:05 PM (7 years ago)
Author:
Martin Hermant <martin.hermant@gmail.com>
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:
255c4c8
Parents:
638be5f
Message:

comment on format of python version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Version.py

    r638be5f r20a33fb  
    4949    # convert to version for python according to pep 440
    5050    # see https://www.python.org/dev/peps/pep-0440/
     51    # outputs MAJ.MIN.PATCH+a0{.git<sha> , ''}
    5152    verstr = get_aubio_version()
    5253    spl = verstr.split('~')
Note: See TracChangeset for help on using the changeset viewer.