Revert: put this in the next commit

svn: r15200
This commit is contained in:
Doug Blank 2010-04-17 23:19:23 +00:00
parent 2a66d6b648
commit 75c9a2ef3b

View File

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