0.9.1-pre1 setup
svn: r1390
This commit is contained in:
parent
dbfe313a2e
commit
b1d62f593b
4
gramps2/configure
vendored
4
gramps2/configure
vendored
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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
|
||||||
|
@ -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.
|
||||||
|
@ -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 "
|
||||||
|
Loading…
Reference in New Issue
Block a user