Skip to content

Commit

Permalink
Release Gramps 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Feb 5, 2022
1 parent 33e78d4 commit b98f166
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gramps/gen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
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 += git_revision
#VERSION += "-1"

#
Expand Down

0 comments on commit b98f166

Please sign in to comment.