bump gramps34 branch version to 3.4.1

svn: r19618
This commit is contained in:
Stéphane Charette
2012-05-22 08:31:31 +00:00
parent f530ce8c75
commit ee98c3c550
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.0"
VERSION = "3.4.1"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 4, 0)
VERSION_TUPLE = (3, 4, 1)
#-------------------------------------------------------------------------
#