* configure.in: Bump up version number.

svn: r6009
This commit is contained in:
Alex Roitman 2006-02-27 18:51:38 +00:00
parent d01c7bcfe5
commit 9209f7eca9
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
2006-02-27 Alex Roitman <shura@gramps-project.org> 2006-02-27 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up release number. * configure.in: Bump up release number.
* Release: Version 2.0.10 "Holy Hand Grenade of Antioch" released. * Release: Version 2.0.10 "Holy Hand Grenade of Antioch" released.
* configure.in: Bump up version number.
2006-02-27 Julio Sanchez <jsanchez@users.sourceforge.net> 2006-02-27 Julio Sanchez <jsanchez@users.sourceforge.net>
* src/po/es.po: Translation update * src/po/es.po: Translation update

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 dnl May need to run automake && aclocal first
AC_PREREQ(2.57) AC_PREREQ(2.57)
AC_INIT(gramps, 2.0.10, gramps-bugs@lists.sourceforge.net) AC_INIT(gramps, 2.0.11, 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
dnl RELEASE=0.RC1 dnl RELEASE=0.RC1
VERSIONSTRING=$VERSION VERSIONSTRING=$VERSION