diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 87e646de9..01bdd14d9 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -4,6 +4,7 @@ witness. * src/plugins/Check.py (check_source_references): Add checking routine to detect and remove dangling source references. + * configure.in: Bump up the version number. 2005-07-01 Alex Roitman * src/plugins/WebPage.py (write_sibling): Apply patch from bug # diff --git a/gramps2/configure.in b/gramps2/configure.in index d6548d7d8..a85022509 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.0.4, gramps-bugs@lists.sourceforge.net) +AC_INIT(gramps, 2.0.5, gramps-bugs@lists.sourceforge.net) AC_CONFIG_SRCDIR(src/gramps.py) AM_INIT_AUTOMAKE(1.6.3) RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')