bump 3.4.3

svn: r20622
This commit is contained in:
Jérôme Rapinat
2012-10-28 11:50:32 +00:00
parent 4640a6f107
commit 557f94503f
2 changed files with 5 additions and 5 deletions

View File

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