diff --git a/gramps.spec b/gramps.spec
index 24e4c0ac1..f68298559 100644
--- a/gramps.spec
+++ b/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/src/const.py b/src/const.py
index 3787d953d..cf9a894b0 100644
--- a/src/const.py
+++ b/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 ") +\