From 828a14c43e2d2f5cd814a8acde10929944f8d3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 27 Jan 2014 16:40:41 +0100 Subject: [PATCH] make official '4.0.3' release --- gramps/gen/const.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gramps/gen/const.py b/gramps/gen/const.py index 0ed00ade7..57e04ff9a 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -145,7 +145,8 @@ if sys.version_info[0] < 3: ROOT_DIR = os.path.abspath(os.path.join(os.path.dirname( unicode(__file__, sys.getfilesystemencoding())), os.pardir)) -VERSION += get_git_revision(ROOT_DIR) +#VERSION += get_git_revision(ROOT_DIR) +VERSION += "-1" # # Glade files