Skip to content

Commit

Permalink
Release Gramps 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Jul 24, 2018
1 parent e79535f commit 0a66bad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gramps/gen/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,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

#
# Glade files
Expand Down
2 changes: 1 addition & 1 deletion gramps/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
#

VERSION_TUPLE = (5, 0, 0)
VERSION_QUALIFIER = "-rc2"
VERSION_QUALIFIER = ""
VERSION = '.'.join(map(str,VERSION_TUPLE)) + VERSION_QUALIFIER
major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])

0 comments on commit 0a66bad

Please sign in to comment.