diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 6408e877b..cf25f4270 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-06-05 Alex Roitman + * configure.in: Bump up the version number. + 2005-06-04 Don Allingham * 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. diff --git a/gramps2/configure.in b/gramps2/configure.in index e0ebb8b8e..3adc23862 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -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 '-')