diff --git a/src/const.py b/src/const.py index 5e564043f..68a64b5ce 100644 --- a/src/const.py +++ b/src/const.py @@ -103,7 +103,7 @@ startup = 1 # #------------------------------------------------------------------------- progName = "GRAMPS" -version = "0.9.1-pre1" +version = "0.9.1-rc1" copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1") comments = _("GRAMPS (Genealogical Research and Analysis " "Management Programming System) is a personal " @@ -115,7 +115,7 @@ authors = [ ] documenters = [ - 'Alex Roitman', + 'Alexander Roitman', ] translators = _('TRANSLATORS: Translate this to your name in your native language') diff --git a/src/const.py.in b/src/const.py.in index e0e074fb0..c2eb38aae 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -115,7 +115,7 @@ authors = [ ] documenters = [ - 'Alex Roitman', + 'Alexander Roitman', ] translators = _('TRANSLATORS: Translate this to your name in your native language')