trunk should now be at version 3.2, not 3.1

svn: r12071
This commit is contained in:
Stéphane Charette 2009-02-22 10:27:30 +00:00
parent 6ae7c3efc7
commit 8a9f3a89f9

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.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])