bump to 3.4.7

svn: r23432
This commit is contained in:
Jérôme Rapinat 2013-10-28 15:54:12 +00:00
parent 2a2793c00c
commit 18119b6eb8
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.4.6, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 3.4.7, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])

View File

@ -43,10 +43,10 @@ from gen.ggettext import sgettext as _
#-------------------------------------------------------------------------
PROGRAM_NAME = "Gramps"
if "@VERSIONSTRING@" == "@" + "VERSIONSTRING" + "@":
VERSION = "3.4.6"
VERSION = "3.4.7"
else:
VERSION = "@VERSIONSTRING@"
VERSION_TUPLE = (3, 4, 6)
VERSION_TUPLE = (3, 4, 7)
#-------------------------------------------------------------------------
#