From 8d4d1a3f7b5df1625a795b16c8328d1341b3568b 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 --- src/const.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py b/src/const.py index 5c00e4c1e..bd5d427aa 100644 --- a/src/const.py +++ b/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.")