Versions again

svn: r1091
This commit is contained in:
Don Allingham 2002-07-23 17:47:04 +00:00
parent dc33adff2b
commit 7032e9c6b2
4 changed files with 7 additions and 7 deletions

4
gramps/configure vendored
View File

@ -1441,7 +1441,7 @@ fi
# Define the identity of the package.
PACKAGE=gramps
VERSION=0.8.0rc1
VERSION=0.8.0
cat >>confdefs.h <<_ACEOF
@ -1567,7 +1567,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
RELEASE=1
RELEASE=rc1
VERSIONSTRING=$VERSION
#if test x"$RELEASE" != "x"

View File

@ -1,8 +1,8 @@
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.0rc1)
RELEASE=1
AM_INIT_AUTOMAKE(gramps, 0.8.0)
RELEASE=rc1
VERSIONSTRING=$VERSION
#if test x"$RELEASE" != "x"

View File

@ -1,5 +1,5 @@
%define ver 0.8.0rc1
%define rel 1
%define ver 0.8.0
%define rel rc1
%define prefix /usr
Summary: Genealogical Research and Analysis Management Programming System.

View File

@ -92,7 +92,7 @@ startup = 1
#
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "0.8.0rc1"
version = "0.8.0"
copyright = "© 2001-2002 Donald N. Allingham"
authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"]
comments = _("GRAMPS (Genealogical Research and Analysis "