diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 652f9905e..a71aba09c 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -13,6 +13,10 @@ * NEWS: Update. * configure.in: Bump up the release number. + * Release: Version 2.0.5 "It's certainly uncontaminated by cheese" + released. + * configure.in: Bump up the version number. + 2005-07-03 Alex Roitman * src/plugins/GraphViz.py (dump_person): Correctly test for birth relations. diff --git a/gramps2/configure.in b/gramps2/configure.in index ce9b1df70..824cb420f 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -4,11 +4,11 @@ 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.5, gramps-bugs@lists.sourceforge.net) +AC_INIT(gramps, 2.0.6, 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 '-') -RELEASE=1 +RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') +dnl RELEASE=1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x"