From c25864970869e4518d82ad88ac078b42d81149a6 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 23 Jul 2002 17:04:34 +0000 Subject: [PATCH] Changes for version number handling svn: r1089 --- gramps/configure | 12 ++++++------ gramps/configure.in | 12 ++++++------ gramps/doc/gramps.1 | 2 +- gramps/gramps.spec | 4 ++-- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gramps/configure b/gramps/configure index ff96e06cf..d99df1289 100755 --- a/gramps/configure +++ b/gramps/configure @@ -1441,7 +1441,7 @@ fi # Define the identity of the package. PACKAGE=gramps - VERSION=0.8.0 + VERSION=0.8.0-rc1 cat >>confdefs.h <<_ACEOF @@ -1567,13 +1567,13 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s" -RELEASE=rc1 +RELEASE=1 VERSIONSTRING=$VERSION -if test x"$RELEASE" != "x" -then - VERSIONSTRING="$VERSION-$RELEASE" -fi +#if test x"$RELEASE" != "x" +#then +# VERSIONSTRING="$VERSION-$RELEASE" +#fi diff --git a/gramps/configure.in b/gramps/configure.in index 015ff1c8f..dc8ed97b0 100644 --- a/gramps/configure.in +++ b/gramps/configure.in @@ -1,14 +1,14 @@ 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.8.0) -RELEASE=rc1 +AM_INIT_AUTOMAKE(gramps, 0.8.0-rc1) +RELEASE=1 VERSIONSTRING=$VERSION -if test x"$RELEASE" != "x" -then - VERSIONSTRING="$VERSION-$RELEASE" -fi +#if test x"$RELEASE" != "x" +#then +# VERSIONSTRING="$VERSION-$RELEASE" +#fi AC_SUBST(PACKAGE) AC_SUBST(VERSION) diff --git a/gramps/doc/gramps.1 b/gramps/doc/gramps.1 index 5552e925d..584e9ebc9 100644 --- a/gramps/doc/gramps.1 +++ b/gramps/doc/gramps.1 @@ -1,4 +1,4 @@ -.TH gramps 1 "0.8.0" "man page by Brandon L. Griffith" "" +.TH gramps 1 "0.8.0-rc1" "man page by Brandon L. Griffith" "" .SH "NAME" .LP gramps \- Genealogical Research and Analysis Management Programming System diff --git a/gramps/gramps.spec b/gramps/gramps.spec index 795700223..6563b0398 100644 --- a/gramps/gramps.spec +++ b/gramps/gramps.spec @@ -1,5 +1,5 @@ -%define ver 0.8.0 -%define rel rc1 +%define ver 0.8.0-rc1 +%define rel 1 %define prefix /usr Summary: Genealogical Research and Analysis Management Programming System.