From 79d43fd66c350fdc37353eaace4767a2fa97549f Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 25 Jun 2001 04:31:05 +0000 Subject: [PATCH] Updated version number svn: r187 --- gramps/src/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/src/const.py b/gramps/src/const.py index 5c00e4c1e..bd5d427aa 100644 --- a/gramps/src/const.py +++ b/gramps/src/const.py @@ -74,7 +74,7 @@ gtkrcFile = rootDir + os.sep + "gtkrc" # #------------------------------------------------------------------------- progName = "gramps" -version = "0.3.1" +version = "0.3.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.")