* configure.in: Switch to the next release's version in CVS.
Replace build-date with the last ChangeLog entry date in release number. svn: r2094
This commit is contained 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.3, gramps-bugs@lists.sourceforge.net)
|
||||
AC_INIT(gramps, 0.9.4, gramps-bugs@lists.sourceforge.net)
|
||||
AC_CONFIG_SRCDIR(src/gramps.py)
|
||||
AM_INIT_AUTOMAKE(1.6.3)
|
||||
RELEASE=0.CVS$(date +%G%m%d)
|
||||
RELEASE=0.CVS$(head -c 10 ChangeLog | tr -d '-')
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
Reference in New Issue
Block a user