From: Martin Hermant Date: Mon, 13 Mar 2017 16:20:33 +0000 (+0100) Subject: clarify comments X-Git-Tag: 0.4.5~45^2~36 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=8259e09a8d5034a162f227c89c9ae204eb911f01;p=aubio.git clarify comments --- diff --git a/python/lib/moresetuptools.py b/python/lib/moresetuptools.py index f611ad44..f5eaf39f 100644 --- a/python/lib/moresetuptools.py +++ b/python/lib/moresetuptools.py @@ -32,8 +32,8 @@ def get_aubio_version(): AUBIO_PATCH_VERSION])) AUBIO_GIT_SHA = get_git_revision_hash() - """ append sha to version in alpha release - """ + # append sha to version in alpha release + # MAJ.MIN.PATCH.{~git , ''} if '~alpha' in AUBIO_VERSION_STATUS : if AUBIO_GIT_SHA: AUBIO_VERSION_STATUS = '~git'+AUBIO_GIT_SHA