Release Gramps 4.2.8

This commit is contained in:
Nick Hall 2018-02-09 21:05:56 +00:00
parent ea3d49e50c
commit 5a5f4970f7

View File

@ -132,7 +132,7 @@ 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"
#