summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index b6b7ca4c3..7079c4cc4 100755
--- a/setup.py
+++ b/setup.py
@@ -107,7 +107,7 @@ def get_version_info():
GIT_REVISION = "Unknown"
if not ISRELEASED:
- FULLVERSION += '.dev+' + GIT_REVISION[:7]
+ FULLVERSION += '.dev0+' + GIT_REVISION[:7]
return FULLVERSION, GIT_REVISION