Changes for version number handling
svn: r1089
This commit is contained in:
parent
0f34513a78
commit
c258649708
12
gramps/configure
vendored
12
gramps/configure
vendored
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user