From 8464fd3ec023d12f5142f0bc2c58fbdd68fc2bad Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 23 Sep 2001 04:16:24 +0000 Subject: [PATCH] updated version number svn: r421 --- src/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py b/src/const.py index dbec31c22..ec68e8bc6 100644 --- a/src/const.py +++ b/src/const.py @@ -75,7 +75,7 @@ gtkrcFile = rootDir + os.sep + "gtkrc" # #------------------------------------------------------------------------- progName = "gramps" -version = "0.5.0" +version = "0.5.1pre" 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.")