From 87ebfaffa35d1e9cc2aee75e890cb37145122855 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Rapinat?= Date: Tue, 21 May 2013 12:58:58 +0000 Subject: [PATCH] bump to 4.0.1 svn: r22388 --- gramps/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/version.py b/gramps/version.py index 8f2d138b1..af16c1180 100644 --- a/gramps/version.py +++ b/gramps/version.py @@ -20,6 +20,6 @@ # $Id$ -VERSION_TUPLE = (4, 0, 0) +VERSION_TUPLE = (4, 0, 1) VERSION = '.'.join(map(str,VERSION_TUPLE)) major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])