diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 7fae97b43..08ccd2264 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2006-05-29 Alex Roitman + * configure.in: Set up for 2.1.5. + 2006-05-28 Alex Roitman * src/GrampsDb/_ReadXML.py (stop_event): Properly import birth and death from the old XML. diff --git a/gramps2/configure.in b/gramps2/configure.in index f64c41299..685a6cf27 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -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)