0.9.1-pre1 setup

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

4
gramps2/configure vendored
View File

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

View File

@ -1,8 +1,8 @@
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl May need to run automake && aclocal first dnl May need to run automake && aclocal first
AC_INIT(src/gramps.py) AC_INIT(src/gramps.py)
AM_INIT_AUTOMAKE(gramps, 0.9.0) AM_INIT_AUTOMAKE(gramps, 0.9.1)
RELEASE=1 RELEASE=pre1
VERSIONSTRING=$VERSION VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x" 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" .SH "NAME"
.LP .LP
gramps \- Genealogical Research and Analysis Management Programming System gramps \- Genealogical Research and Analysis Management Programming System

View File

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

View File

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