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
f489a04935
commit
92be57080b
@ -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>
|
2003-08-09 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/GenericFilter.py: Support for categories and descriptions
|
* src/GenericFilter.py: Support for categories and descriptions
|
||||||
for filters
|
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
|
dnl May need to run automake && aclocal first
|
||||||
AC_INIT(src/gramps.py)
|
AC_INIT(src/gramps.py)
|
||||||
AM_INIT_AUTOMAKE(gramps, 0.9.3)
|
AM_INIT_AUTOMAKE(gramps, 0.9.3)
|
||||||
RELEASE=CVS-$(date +%G%m%d)
|
RELEASE=0.CVS$(date +%G%m%d)
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Loading…
Reference in New Issue
Block a user