From 8259e09a8d5034a162f227c89c9ae204eb911f01 Mon Sep 17 00:00:00 2001 From: Martin Hermant Date: Mon, 13 Mar 2017 17:20:33 +0100 Subject: [PATCH] clarify comments --- python/lib/moresetuptools.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0