* configure.in: Bump up the version number.

svn: r4898
This commit is contained in:
Alex Roitman 2005-07-02 21:15:53 +00:00
parent 9bf1fb62b5
commit 8f392ded30
2 changed files with 2 additions and 1 deletions

View File

@ -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 <shura@gramps-project.org>
* src/plugins/WebPage.py (write_sibling): Apply patch from bug #

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.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 '-')