Increased the version number
svn: r338
This commit is contained in:
parent
0723823228
commit
1c4fad91f1
@ -179,7 +179,6 @@ def on_sourceok_clicked(obj):
|
||||
|
||||
src_edit = obj.get_data(SOURCEDISP)
|
||||
|
||||
|
||||
if src_edit.active_source != src_edit.source_ref.getBase():
|
||||
src_edit.source_ref.setBase(src_edit.active_source)
|
||||
|
||||
|
@ -75,7 +75,7 @@ gtkrcFile = rootDir + os.sep + "gtkrc"
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
progName = "gramps"
|
||||
version = "0.4.1"
|
||||
version = "0.4.2pre"
|
||||
copyright = "(C) 2001 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.")
|
||||
|
Loading…
Reference in New Issue
Block a user