diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 1a06dbed1..0eb876204 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,4 +1,5 @@ 2006-02-24 Alex Roitman + * configure.in: Bump up the release number. * test/runtest.sh (GRPH_REP): Add calendar to the list of reports. * src/plugins/Calendar.py: Remove the unsupported flag. diff --git a/gramps2/configure.in b/gramps2/configure.in index d79069afc..2f2f3d9ac 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -7,9 +7,9 @@ AC_PREREQ(2.57) AC_INIT(gramps, 2.0.10, 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 '-') +dnl RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') dnl RELEASE=1 -dnl RELEASE=0.RC2 +RELEASE=0.RC1 VERSIONSTRING=$VERSION if test x"$RELEASE" != "x"