Changes for version number handling

svn: r1089
This commit is contained in:
Don Allingham 2002-07-23 17:04:34 +00:00
parent 0f34513a78
commit c258649708
4 changed files with 15 additions and 15 deletions

12
gramps/configure vendored
View File

@ -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

View File

@ -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)

View File

@ -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

View File

@ -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.