Merge pull request #2105 from Kriechi/dev-version

clearly indentify git-checkout as dev version
This commit is contained in:
Maximilian Hils 2017-03-06 23:32:59 +01:00 committed by GitHub
commit 8b79892246
1 changed files with 1 additions and 1 deletions

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