* configure.in: Update version number.

svn: r7392
This commit is contained in:
Alex Roitman 2006-10-11 05:00:18 +00:00
parent b18df85c19
commit de82fc89df
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2006-10-10 Alex Roitman <shura@gramps-project.org>
* configure.in: Update version number.
* NEWS: Update.
* src/plugins/ExportVCalendar.py (get_option_box): Use custom filters.
* src/plugins/ExportVCard.py (get_option_box): Use custom filters.

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