2006-05-29 Alex Roitman <shura@gramps-project.org>

* configure.in: Set up for 2.1.5.



svn: r6815
This commit is contained in:
Alex Roitman 2006-05-29 17:02:18 +00:00
parent d9f56b7207
commit cd1e48bcec
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-05-29 Alex Roitman <shura@gramps-project.org>
* configure.in: Set up for 2.1.5.
2006-05-28 Alex Roitman <shura@gramps-project.org>
* src/GrampsDb/_ReadXML.py (stop_event): Properly import birth and
death from the old XML.

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