diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 1af17bdae..d79edc90e 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,5 +1,10 @@ +2005-06-05 Alex Roitman + * configure.in: Bump up the version number. + 2005-06-05 Don Allingham * src/DateHandler.py: fixed initialization of parser class + * Release: Version 2.0.3 "Mynd you, møøse bites Kan be pretty + nasti..." released. 2005-06-05 Alex Roitman * configure.in: Bump up the version number. diff --git a/gramps2/configure.in b/gramps2/configure.in index ad974497d..d6548d7d8 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -4,11 +4,11 @@ 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.3, gramps-bugs@lists.sourceforge.net) +AC_INIT(gramps, 2.0.4, gramps-bugs@lists.sourceforge.net) AC_CONFIG_SRCDIR(src/gramps.py) AM_INIT_AUTOMAKE(1.6.3) -dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') -RELEASE=1 +RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') +dnl RELEASE=1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x"