* 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:
Alex Roitman 2003-09-06 03:06:51 +00:00
parent 1c46081a4c
commit f236e0efc1
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-09-05 Alex Roitman <shura@alex.neuro.umn.edu>
* configure.in: Switch to the next release's version in CVS.
Replace build-date with the last ChangeLog entry date in release number.
2003-09-04 Alex Roitman <shura@alex.neuro.umn.edu>
* src/plugins/BookReport.py (BookList.save): Write encoding.
* src/plugins/FilterEditor.py (MyBoolean): Add class.

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.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"