* configure.in: bump up verison number to 2.1.0

svn: r4610
This commit is contained in:
Don Allingham 2005-05-18 03:42:01 +00:00
parent db0780e453
commit 16b52bcb0f
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-05-17 Don Allingham <don@gramps-project.org>
* configure.in: bump up verison number to 2.1.0
2005-05-11 Julio Sanchez <jsanchez@users.sourceforge.net>
* src/po/es.po: remerge from 2.0.0

View File

@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_PREREQ(2.57)
AC_INIT(gramps, 2.0.0, gramps-bugs@lists.sourceforge.net)
AC_INIT(gramps, 2.1.0, gramps-bugs@lists.sourceforge.net)
AC_CONFIG_SRCDIR(src/gramps.py)
AM_INIT_AUTOMAKE(1.6.3)
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')