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:
parent
7010adcd2c
commit
eaa712585c
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user