From 92b50ce5456e66c7ef4c5a9c5b751109e01fc693 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Fri, 17 Aug 2001 02:10:58 +0000 Subject: [PATCH] Increased the version number svn: r338 --- src/Sources.py | 1 - src/const.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Sources.py b/src/Sources.py index 785c18fbe..a24d2dbf9 100644 --- a/src/Sources.py +++ b/src/Sources.py @@ -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) diff --git a/src/const.py b/src/const.py index 733e38c80..34da5ac0f 100644 --- a/src/const.py +++ b/src/const.py @@ -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.")