* Release: Version 2.0.5 "It's certainly uncontaminated by cheese"

released.
* configure.in: Bump up the version number.


svn: r4907
This commit is contained in:
Alex Roitman 2005-07-06 03:49:11 +00:00
parent c21c0a2328
commit 07bc49c44b
2 changed files with 7 additions and 3 deletions

View File

@ -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 <shura@gramps-project.org>
* src/plugins/GraphViz.py (dump_person): Correctly test for birth
relations.

View File

@ -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"