changed version number to 3.0.2 now that 3.0.1 is available

svn: r10738
This commit is contained in:
Stéphane Charette
2008-05-17 20:53:32 +00:00
parent 5c8f5f3619
commit d9fe3fcf65
2 changed files with 9 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
dnl NOTE: 1st arg to macro below becomes the "VERSION"
AC_INIT(gramps, 3.0.1, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 3.0.2, [gramps-bugs@lists.sourceforge.net])
AC_CONFIG_SRCDIR(configure.in)
AM_INIT_AUTOMAKE([1.6.3 foreign])