Increased the version number

svn: r338
This commit is contained in:
Don Allingham 2001-08-17 02:10:58 +00:00
parent 0723823228
commit 1c4fad91f1
2 changed files with 1 additions and 2 deletions

View File

@ -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)

View File

@ -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.")