bump version to 3.2.3; remove libgconf as a build dependency

svn: r15288
This commit is contained in:
Stéphane Charette
2010-04-25 07:57:05 +00:00
parent 612b1889d8
commit 2ae3583c3a
3 changed files with 4 additions and 4 deletions

View File

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