* configure.in: Bump up the version number after 2.0.1.
svn: r4728
This commit is contained in:
@@ -1,3 +1,6 @@
|
|||||||
|
2005-05-28 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* configure.in: Bump up the version number after 2.0.1.
|
||||||
|
|
||||||
2005-05-28 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
2005-05-28 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||||
* src/gramps_main.py (change_active_person): Dont change to the
|
* src/gramps_main.py (change_active_person): Dont change to the
|
||||||
current active person again.
|
current active person again.
|
||||||
|
@@ -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.1, gramps-bugs@lists.sourceforge.net)
|
AC_INIT(gramps, 2.0.2, 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"
|
||||||
|
Reference in New Issue
Block a user