clearly indentify git-checkout as dev version

This commit is contained in:
Thomas Kriechbaumer 2017-03-06 18:40:43 +01:00
parent a505221e1a
commit 3b4d8d6eca

View File

@ -1,4 +1,4 @@
IVERSION = (3, 0, 0)
IVERSION = (3, 0, 0, 'dev')
VERSION = ".".join(str(i) for i in IVERSION)
PATHOD = "pathod " + VERSION
MITMPROXY = "mitmproxy " + VERSION