From 92be57080bf02ae29d07efeb02c1c73c67120085 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Sun, 10 Aug 2003 10:28:03 +0000 Subject: [PATCH] 2003-08-10 Tim Waugh * 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 --- gramps2/ChangeLog | 5 +++++ gramps2/configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index 029e7309c..40101e438 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,8 @@ +2003-08-10 Tim Waugh + * 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 * src/GenericFilter.py: Support for categories and descriptions for filters diff --git a/gramps2/configure.in b/gramps2/configure.in index c3ca51881..687c4470a 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -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"