bump to 3.4.2

svn: r20261
This commit is contained in:
Jérôme Rapinat
2012-08-24 16:49:26 +00:00
parent 3354e4d029
commit ac5d1a68d3
2 changed files with 3 additions and 3 deletions

View File

@@ -43,10 +43,10 @@ from gen.ggettext import sgettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.4.1"
VERSION = "3.4.2"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 4, 1)
VERSION_TUPLE = (3, 4, 2)
#-------------------------------------------------------------------------
#