Release Gramps 5.1.2

This commit is contained in:
prculley 2020-01-10 11:29:07 -06:00
parent 130740553d
commit 32c700c6bf
2 changed files with 3 additions and 3 deletions

View File

@ -145,7 +145,7 @@ sys.path.insert(0, ROOT_DIR)
git_revision = get_git_revision(ROOT_DIR).replace('\n', '') git_revision = get_git_revision(ROOT_DIR).replace('\n', '')
if sys.platform == 'win32' and git_revision == "": if sys.platform == 'win32' and git_revision == "":
git_revision = get_git_revision(os.path.split(ROOT_DIR)[1]) git_revision = get_git_revision(os.path.split(ROOT_DIR)[1])
VERSION += git_revision #VERSION += git_revision
#VERSION += "-1" #VERSION += "-1"
# #
@ -225,7 +225,7 @@ GTK_GETTEXT_DOMAIN = 'gtk30'
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \ COPYRIGHT_MSG = "© 2001-2006 Donald N. Allingham\n" \
"© 2007-2019 The Gramps Developers" "© 2007-2020 The Gramps Developers"
COMMENTS = _("Gramps\n (Genealogical Research and Analysis " COMMENTS = _("Gramps\n (Genealogical Research and Analysis "
"Management Programming System)\n" "Management Programming System)\n"
"is a personal genealogy program.") "is a personal genealogy program.")

View File

@ -490,7 +490,7 @@ def _display_welcome_message(parent=None):
Display a welcome message to the user. Display a welcome message to the user.
(This docstring seems very legacy/historical, not accurate.) (This docstring seems very legacy/historical, not accurate.)
""" """
_display_generic_message("master", 'behavior.betawarn', parent=parent) #_display_generic_message("master", 'behavior.betawarn', parent=parent)
def _display_generic_message(warning_type, config_key, parent=None): def _display_generic_message(warning_type, config_key, parent=None):
""" """