diff --git a/gramps/configure b/gramps/configure index f5eee342f..53e223e93 100755 --- a/gramps/configure +++ b/gramps/configure @@ -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" diff --git a/gramps/configure.in b/gramps/configure.in index 35128ce4f..532bab572 100644 --- a/gramps/configure.in +++ b/gramps/configure.in @@ -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" diff --git a/gramps/gramps.spec b/gramps/gramps.spec index 79a21e825..795700223 100644 --- a/gramps/gramps.spec +++ b/gramps/gramps.spec @@ -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. diff --git a/gramps/src/const.py b/gramps/src/const.py index 6a5da2ed1..a0da325ca 100644 --- a/gramps/src/const.py +++ b/gramps/src/const.py @@ -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 "