bump version number after the 3.3.0 release

svn: r17757
This commit is contained in:
Stéphane Charette
2011-06-12 10:03:27 +00:00
parent c2c30f1722
commit fdd446d692
2 changed files with 3 additions and 3 deletions

View File

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