From 21df604765acd865220b3c12f222f555f0bfea32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 16 Jun 2014 15:15:38 +0200 Subject: [PATCH] Add release version support --- gramps/gen/const.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index d4921d124..3bf2c47c0 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -135,6 +135,7 @@ git_revision = get_git_revision(ROOT_DIR) 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