this_version.py: use 0.4.5~git+<hash>
authorPaul Brossier <piem@piem.org>
Thu, 23 Mar 2017 17:02:53 +0000 (18:02 +0100)
committerPaul Brossier <piem@piem.org>
Thu, 23 Mar 2017 17:02:53 +0000 (18:02 +0100)
this_version.py

index d84abec..797ff4e 100644 (file)
@@ -43,7 +43,7 @@ def get_version_info():
                 '~alpha' in __version_info['AUBIO_VERSION_STATUS']:
             AUBIO_GIT_SHA = get_git_revision_hash()
             if AUBIO_GIT_SHA:
-                __version_info['AUBIO_VERSION_STATUS'] = '~git' + AUBIO_GIT_SHA
+                __version_info['AUBIO_VERSION_STATUS'] = '~git+' + AUBIO_GIT_SHA
 
     return __version_info