* configure.in, configure: Change version and release numbers.

* TODO: Remove completed items.


svn: r2247
This commit is contained in:
Alex Roitman
2003-10-13 13:02:34 +00:00
parent 2fd773bda4
commit 2d9909d471
4 changed files with 9 additions and 8 deletions

View File

@@ -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