diff --git a/wscript b/wscript index fe331612..e3c36ee1 100644 --- a/wscript +++ b/wscript @@ -37,7 +37,7 @@ VERSION = str (major) + '.' + str (minor) + '.' + str (micro) try: git = Utils.cmd_output (['git', 'describe'], silent=True) if git: - VERSION = git + VERSION = git.strip () except: pass