From 87fa33b9fdf7006c5edc9d6b3dd75228979d1657 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 23 Jul 2002 17:33:48 +0000 Subject: [PATCH] More version number fun svn: r1090 --- configure | 2 +- configure.in | 2 +- gramps.spec | 2 +- src/const.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure b/configure index d99df1289..f5eee342f 100755 --- a/configure +++ b/configure @@ -1441,7 +1441,7 @@ fi # Define the identity of the package. PACKAGE=gramps - VERSION=0.8.0-rc1 + VERSION=0.8.0rc1 cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index dc8ed97b0..35128ce4f 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ 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-rc1) +AM_INIT_AUTOMAKE(gramps, 0.8.0rc1) RELEASE=1 VERSIONSTRING=$VERSION diff --git a/gramps.spec b/gramps.spec index 6563b0398..79a21e825 100644 --- a/gramps.spec +++ b/gramps.spec @@ -1,4 +1,4 @@ -%define ver 0.8.0-rc1 +%define ver 0.8.0rc1 %define rel 1 %define prefix /usr diff --git a/src/const.py b/src/const.py index 84355c811..6a5da2ed1 100644 --- a/src/const.py +++ b/src/const.py @@ -92,7 +92,7 @@ startup = 1 # #------------------------------------------------------------------------- progName = "GRAMPS" -version = "0.8.0-rc1" +version = "0.8.0rc1" copyright = "© 2001-2002 Donald N. Allingham" authors = ["Donald N. Allingham", "David Hampton","Donald A. Peterson"] comments = _("GRAMPS (Genealogical Research and Analysis "