From eb1c15328045d8c57f05bc251e1061adb8bc7145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Mon, 24 Jun 2013 10:18:17 +0000 Subject: [PATCH] bump to 4.0.2 svn: r22587 --- gramps/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/version.py b/gramps/version.py index af16c1180..5da43d0af 100644 --- a/gramps/version.py +++ b/gramps/version.py @@ -20,6 +20,6 @@ # $Id$ -VERSION_TUPLE = (4, 0, 1) +VERSION_TUPLE = (4, 0, 2) VERSION = '.'.join(map(str,VERSION_TUPLE)) major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])