From 5f722e4c6c62c307ed3f549f163a9a2669dd08b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Sun, 15 Jun 2014 13:37:09 +0200 Subject: [PATCH] make official '4.1.0' release --- NEWS | 2 +- gramps/gen/const.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 1332bc000..fa0cd475c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -2014-06- +2014-06-15 Version 4.1.0, the "Name go in book", new major release. * GEP 006: Better Place handling * GEP 032: DB backend API diff --git a/gramps/gen/const.py b/gramps/gen/const.py index d4921d124..9eaeabd54 100644 --- a/gramps/gen/const.py +++ b/gramps/gen/const.py @@ -134,7 +134,8 @@ sys.path.insert(0, ROOT_DIR) 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 += git_revision +VERSION = "-1" # # Glade files