* configure.in: Bump up the version number.

svn: r4789
This commit is contained in:
Alex Roitman 2005-06-05 05:19:43 +00:00
parent de4a0766e7
commit 13a51cf2c7
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2005-06-05 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up the version number.
2005-06-04 Don Allingham <don@gramps-project.org>
* src/DateHandler.py: handle generic "en", "fr" cases as a fallback
if the unknown "yy_XX" code is passed. Try yy if yy_XX fails.

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.2, gramps-bugs@lists.sourceforge.net)
AC_INIT(gramps, 2.0.3, 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 '-')