From 2465b88422536fa4e75b9d1d2df44d2c49bee4c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Charette?= Date: Thu, 22 Apr 2010 08:09:39 +0000 Subject: [PATCH] bump next version string to 3.2.2 svn: r15266 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index a06c2ce21..ed2938e4f 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.2.1, [gramps-bugs@lists.sourceforge.net]) +AC_INIT(gramps, 3.2.2, [gramps-bugs@lists.sourceforge.net]) AC_CONFIG_SRCDIR(configure.in) AM_INIT_AUTOMAKE([1.6.3 foreign])