bump gramps33 branch version to 3.3.2

svn: r18237
This commit is contained in:
Stéphane Charette
2011-10-02 05:28:56 +00:00
parent aa0ad65731
commit 66576a4209
3 changed files with 10 additions and 10 deletions

View File

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