Increased the version number
svn: r338
This commit is contained in:
parent
f769231805
commit
92b50ce545
@ -179,7 +179,6 @@ def on_sourceok_clicked(obj):
|
|||||||
|
|
||||||
src_edit = obj.get_data(SOURCEDISP)
|
src_edit = obj.get_data(SOURCEDISP)
|
||||||
|
|
||||||
|
|
||||||
if src_edit.active_source != src_edit.source_ref.getBase():
|
if src_edit.active_source != src_edit.source_ref.getBase():
|
||||||
src_edit.source_ref.setBase(src_edit.active_source)
|
src_edit.source_ref.setBase(src_edit.active_source)
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ gtkrcFile = rootDir + os.sep + "gtkrc"
|
|||||||
#
|
#
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
progName = "gramps"
|
progName = "gramps"
|
||||||
version = "0.4.1"
|
version = "0.4.2pre"
|
||||||
copyright = "(C) 2001 Donald N. Allingham"
|
copyright = "(C) 2001 Donald N. Allingham"
|
||||||
authors = ["Donald N. Allingham"]
|
authors = ["Donald N. Allingham"]
|
||||||
comments = _("Gramps (Genealogical Research and Analysis Management Programming System) is a personal genealogy program that can be extended by using the Python programming language.")
|
comments = _("Gramps (Genealogical Research and Analysis Management Programming System) is a personal genealogy program that can be extended by using the Python programming language.")
|
||||||
|
Loading…
Reference in New Issue
Block a user