bump to 3.4.4

svn: r21687
This commit is contained in:
Jérôme Rapinat
2013-03-19 12:03:13 +00:00
parent 9655a977ad
commit f2e39009af
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.3"
VERSION = "3.4.4"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 4, 3)
VERSION_TUPLE = (3, 4, 4)
#-------------------------------------------------------------------------
#