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