From 13ee3baaabcd6710aa664228779e713af631df03 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Mon, 4 Jun 2001 01:43:51 +0000 Subject: [PATCH] Version number upgrades svn: r88 --- gramps/gramps.spec | 2 +- gramps/src/const.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gramps/gramps.spec b/gramps/gramps.spec index 24e4c0ac1..f68298559 100644 --- a/gramps/gramps.spec +++ b/gramps/gramps.spec @@ -1,4 +1,4 @@ -%define ver 0.1.5 +%define ver 0.2.0 %define rel 1 %define prefix /usr diff --git a/gramps/src/const.py b/gramps/src/const.py index 3787d953d..cf9a894b0 100644 --- a/gramps/src/const.py +++ b/gramps/src/const.py @@ -67,7 +67,7 @@ gtkrcFile = rootDir + os.sep + "gtkrc" # #------------------------------------------------------------------------- progName = "gramps" -version = "0.2.0pre" +version = "0.2.0" copyright = "(C) 2001 Donald N. Allingham" authors = ["Donald N. Allingham"] comments = _("Gramps (Genealogical Research and Analysis Management ") +\