* 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:
parent
c21c0a2328
commit
07bc49c44b
@ -13,6 +13,10 @@
|
|||||||
* NEWS: Update.
|
* NEWS: Update.
|
||||||
* configure.in: Bump up the release number.
|
* 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>
|
2005-07-03 Alex Roitman <shura@gramps-project.org>
|
||||||
* src/plugins/GraphViz.py (dump_person): Correctly test for birth
|
* src/plugins/GraphViz.py (dump_person): Correctly test for birth
|
||||||
relations.
|
relations.
|
||||||
|
@ -4,11 +4,11 @@ dnl Process this file with autoconf to produce a configure script.
|
|||||||
dnl May need to run automake && aclocal first
|
dnl May need to run automake && aclocal first
|
||||||
|
|
||||||
AC_PREREQ(2.57)
|
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)
|
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-')
|
||||||
RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user