2003-08-10 Tim Waugh <twaugh@redhat.com>

* configure.in: Use 0.CVS[date] for RELEASE.  '-' is not allowed in
        RPM release strings, and prefixing with '0.' allows the final version
        to be version-compared as newer.


svn: r1977
This commit is contained in:
Tim Waugh 2003-08-10 10:28:03 +00:00
parent f489a04935
commit 92be57080b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-08-10 Tim Waugh <twaugh@redhat.com>
* configure.in: Use 0.CVS[date] for RELEASE. '-' is not allowed in
RPM release strings, and prefixing with '0.' allows the final version
to be version-compared as newer.
2003-08-09 Don Allingham <dallingham@users.sourceforge.net>
* src/GenericFilter.py: Support for categories and descriptions
for filters

View File

@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first
AC_INIT(src/gramps.py)
AM_INIT_AUTOMAKE(gramps, 0.9.3)
RELEASE=CVS-$(date +%G%m%d)
RELEASE=0.CVS$(date +%G%m%d)
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"