Bump up gramps32 SVN from 3.2.0 to 3.2.1

svn: r15202
This commit is contained in:
Doug Blank 2010-04-17 23:21:08 +00:00
parent 75c9a2ef3b
commit 4954b97248

View File

@ -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)
#-------------------------------------------------------------------------
#