increment version number on trunk

svn: r14431
This commit is contained in:
Stéphane Charette 2010-02-22 02:52:51 +00:00
parent 2618b3adfd
commit 4a68664f47

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