From 2485af7689da5dc7427a6e92188c42f50c974371 Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Fri, 13 Apr 2012 22:22:11 +0000 Subject: [PATCH] Updated gramps version to match the change to 3.5.0. svn: r19321 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a6900a7b8..adc66e68a 100644 --- a/configure.in +++ b/configure.in @@ -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])