diff --git a/ChangeLog b/ChangeLog index c46b716ee..8151c18b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-10-13 Alex Roitman + * configure.in, configure: Change version and release numbers. + * TODO: Remove completed items. + 2003-10-12 Alex Roitman * src/gramps_main.py (edit_button_clicked): Modify edit person call to always handle currently active person in family view; diff --git a/TODO b/TODO index 768837063..9ba8ab51d 100644 --- a/TODO +++ b/TODO @@ -29,8 +29,5 @@ either a column in the People View or something like boldfaces "Notes" tab title. I like the latter because it can be uniformly applied to any notes, not only people's. Not so hard to implement. -* Replace ListModel with the TreeModel -* Work out BookReport dialog so that resize is not necessary -* Work out name capitalization options * Make Date parsing locale dependent, like relationship calculator * And a whole lot more.... diff --git a/configure b/configure index fb15f24df..68bf0a7ad 100755 --- a/configure +++ b/configure @@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='gramps' PACKAGE_TARNAME='gramps' -PACKAGE_VERSION='0.9.5' -PACKAGE_STRING='gramps 0.9.5' +PACKAGE_VERSION='0.98.0' +PACKAGE_STRING='gramps 0.98.0' PACKAGE_BUGREPORT='gramps-bugs@lists.sourceforge.net' ac_unique_file="src/gramps.py" @@ -1616,7 +1616,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -RELEASE=1.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') +RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') VERSIONSTRING=$VERSION if test x"$RELEASE" != "x" diff --git a/configure.in b/configure.in index 5e621940a..0cdf4ad1c 100644 --- a/configure.in +++ b/configure.in @@ -2,10 +2,10 @@ 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, 0.9.5, gramps-bugs@lists.sourceforge.net) +AC_INIT(gramps, 0.98.0, gramps-bugs@lists.sourceforge.net) AC_CONFIG_SRCDIR(src/gramps.py) AM_INIT_AUTOMAKE(1.6.3) -RELEASE=1.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') +RELEASE=0.CVS$(head -c 10 ${srcdir}/ChangeLog | tr -d '-') dnl RELEASE=1 VERSIONSTRING=$VERSION