diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 9eb9f80cf..c67a88e56 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,10 @@ +2004-09-27 Alex Roitman + * configure.in: Bump up the version number. + +2004-09-27 Don Allingham + * Release: Version 1.1.1 "Rat cake, rat sorbet, rat pudding, + or strawberry tart" released. + 2004-09-26 Alex Roitman * src/DateDisplay.py: Now proper capitalization for _MONS. * src/DateParser.py: Support for the RFC-2822 dates (email standard). diff --git a/gramps2/configure.in b/gramps2/configure.in index 75cfe74bf..3fad13f0b 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, 1.1.1, gramps-bugs@lists.sourceforge.net) +AC_INIT(gramps, 1.1.2, 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"