bump to 3.4.6

svn: r22405
This commit is contained in:
Jérôme Rapinat
2013-05-22 10:20:10 +00:00
parent 06b7ce677d
commit 63094a5580
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.5"
VERSION = "3.4.6"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 4, 5)
VERSION_TUPLE = (3, 4, 6)
#-------------------------------------------------------------------------
#