From 4954b97248f94695bb8d0d96e49af77e97abed9b Mon Sep 17 00:00:00 2001 From: Doug Blank Date: Sat, 17 Apr 2010 23:21:08 +0000 Subject: [PATCH] Bump up gramps32 SVN from 3.2.0 to 3.2.1 svn: r15202 --- src/const.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/const.py.in b/src/const.py.in index fbb911cef..04bd899e2 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -42,10 +42,10 @@ from gettext import gettext as _ #------------------------------------------------------------------------- PROGRAM_NAME = "Gramps" if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@": - VERSION = "3.2.0" + VERSION = "3.2.1" else: VERSION = "@VERSIONSTRING@" -VERSION_TUPLE = (3, 2, 0) +VERSION_TUPLE = (3, 2, 1) #------------------------------------------------------------------------- #