bump version number to 3.2.4

svn: r15423
This commit is contained in:
Stéphane Charette
2010-05-17 05:51:39 +00:00
parent 38c9e2800c
commit 1f41eddfea
2 changed files with 3 additions and 3 deletions

View File

@@ -42,10 +42,10 @@ from gettext import gettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.2.3"
VERSION = "3.2.4"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 2, 3)
VERSION_TUPLE = (3, 2, 4)
#-------------------------------------------------------------------------
#