From ecf02a023a030d479d587f9b4452989a22905ba1 Mon Sep 17 00:00:00 2001 From: bpisoj Date: Sat, 10 Jun 2017 20:52:56 +0200 Subject: [PATCH] remove build version from const.py --- gramps/gen/const.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index f5dc160fd..6d83222e4 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -138,7 +138,6 @@ git_revision = get_git_revision(ROOT_DIR).replace('\n', '') if sys.platform == 'win32' and git_revision == "": git_revision = get_git_revision(os.path.split(ROOT_DIR)[1]) #VERSION += git_revision -VERSION += "-1" # # Glade files