0.9.1-pre1 setup

svn: r1390
This commit is contained in:
Don Allingham 2003-03-24 03:54:08 +00:00
parent 2588cc35d4
commit ad79e3b867
5 changed files with 8 additions and 8 deletions

4
configure vendored
View File

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

View File

@ -1,4 +1,4 @@
.TH gramps 1 "0.9.0" "man page by Brandon L. Griffith" ""
.TH gramps 1 "0.9.1" "man page by Brandon L. Griffith" ""
.SH "NAME"
.LP
gramps \- Genealogical Research and Analysis Management Programming System

View File

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

View File

@ -101,7 +101,7 @@ startup = 1
#
#-------------------------------------------------------------------------
progName = "GRAMPS"
version = "0.9.0-1"
version = "0.9.1-pre1"
copyright = unicode("© 2001-2003 Donald N. Allingham","iso-8859-1")
comments = _("GRAMPS (Genealogical Research and Analysis "
"Management Programming System) is a personal "