3798: tempfile wrongly used in Gramps: possible error 'Too many open files: ...'

svn: r15199
This commit is contained in:
Doug Blank
2010-04-17 23:16:36 +00:00
parent 92dd34a742
commit 2a66d6b648
2 changed files with 4 additions and 3 deletions

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