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

@ -5,7 +5,7 @@ dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
dnl NOTE: arg to macro below becomes the "VERSION"
AC_INIT(gramps, 3.2.3, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 3.2.4, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])

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)
#-------------------------------------------------------------------------
#