bump next version string to 3.2.2

svn: r15275
This commit is contained in:
Doug Blank 2010-04-23 10:34:15 +00:00
parent 2465b88422
commit 32d363fb7f

View File

@ -42,10 +42,10 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.2.1"
VERSION = "3.2.2"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 2, 1)
VERSION_TUPLE = (3, 2, 2)
#-------------------------------------------------------------------------
#