projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1eb8c0e
)
clarify comments
author
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:20:33 +0000
(17:20 +0100)
committer
Martin Hermant
<martin.hermant@gmail.com>
Mon, 13 Mar 2017 16:20:33 +0000
(17:20 +0100)
python/lib/moresetuptools.py
patch
|
blob
|
history
diff --git
a/python/lib/moresetuptools.py
b/python/lib/moresetuptools.py
index
f611ad4
..
f5eaf39
100644
(file)
--- 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<sha> , ''}
if '~alpha' in AUBIO_VERSION_STATUS :
if AUBIO_GIT_SHA:
AUBIO_VERSION_STATUS = '~git'+AUBIO_GIT_SHA