Updated gramps version to match the change to 3.5.0.

svn: r19321
This commit is contained in:
Rob G. Healey 2012-04-13 22:22:11 +00:00
parent 0271ce7ca1
commit 2485af7689

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.0, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 3.5.0, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])