Changes for version number handling
svn: r1089
This commit is contained in:
parent
7f4b58f778
commit
9f09556523
12
configure
vendored
12
configure
vendored
@ -1441,7 +1441,7 @@ fi
|
|||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE=gramps
|
PACKAGE=gramps
|
||||||
VERSION=0.8.0
|
VERSION=0.8.0-rc1
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@ -1567,13 +1567,13 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
RELEASE=rc1
|
RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
#if test x"$RELEASE" != "x"
|
||||||
then
|
#then
|
||||||
VERSIONSTRING="$VERSION-$RELEASE"
|
# VERSIONSTRING="$VERSION-$RELEASE"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
12
configure.in
12
configure.in
@ -1,14 +1,14 @@
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
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.8.0)
|
AM_INIT_AUTOMAKE(gramps, 0.8.0-rc1)
|
||||||
RELEASE=rc1
|
RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
#if test x"$RELEASE" != "x"
|
||||||
then
|
#then
|
||||||
VERSIONSTRING="$VERSION-$RELEASE"
|
# VERSIONSTRING="$VERSION-$RELEASE"
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
AC_SUBST(PACKAGE)
|
AC_SUBST(PACKAGE)
|
||||||
AC_SUBST(VERSION)
|
AC_SUBST(VERSION)
|
||||||
|
@ -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"
|
.SH "NAME"
|
||||||
.LP
|
.LP
|
||||||
gramps \- Genealogical Research and Analysis Management Programming System
|
gramps \- Genealogical Research and Analysis Management Programming System
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
%define ver 0.8.0
|
%define ver 0.8.0-rc1
|
||||||
%define rel rc1
|
%define rel 1
|
||||||
%define prefix /usr
|
%define prefix /usr
|
||||||
|
|
||||||
Summary: Genealogical Research and Analysis Management Programming System.
|
Summary: Genealogical Research and Analysis Management Programming System.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user