Changeset b991cc1


Ignore:
Timestamp:
Mar 13, 2017, 10:26:17 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:
f77820d
Parents:
255c4c8
Message:

change version.py => this_version.py

Files:
2 edited
1 moved

Legend:

Unmodified
Added
Removed
  • setup.py

    r255c4c8 rb991cc1  
    66# function to generate gen/*.{c,h}
    77from python.lib.gen_external import generate_external, header, output_path
    8 from Version import get_aubio_version, get_aubio_pyversion
     8from this_version import get_aubio_version, get_aubio_pyversion
    99
    1010__version__ = get_aubio_version()
  • wscript

    r255c4c8 rb991cc1  
    1515APPNAME = 'aubio'
    1616
    17 # source VERSION
    18 
    19 
    20 from Version import *
    21 
    22 
    23 
     17from this_version import *
    2418
    2519VERSION = get_aubio_version()
Note: See TracChangeset for help on using the changeset viewer.