diff --git a/gramps/version.py b/gramps/version.py index eabaafaea..0ae031960 100644 --- a/gramps/version.py +++ b/gramps/version.py @@ -18,6 +18,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -VERSION_TUPLE = (4, 2, 0) +VERSION_TUPLE = (4, 1, 0) VERSION = '.'.join(map(str,VERSION_TUPLE)) major_version = "%s.%s" % (VERSION_TUPLE[0], VERSION_TUPLE[1])