From 8a9f3a89f9400adc6f90456bbc5f373f710fa981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Sun, 22 Feb 2009 10:27:30 +0000 Subject: [PATCH] trunk should now be at version 3.2, not 3.1 svn: r12071 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 5da63348a..0a26395ed 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.1.0, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.2.0, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign])