svn: r1847
This commit is contained in:
Don Allingham 2003-07-09 01:34:37 +00:00
parent 630843f71b
commit 55a25ee7d4
5 changed files with 1988 additions and 1669 deletions

4
configure vendored
View File

@ -1516,7 +1516,7 @@ fi
# Define the identity of the package.
PACKAGE=gramps
VERSION=0.9.2
VERSION=0.9.3
cat >>confdefs.h <<_ACEOF
@ -1642,7 +1642,7 @@ INSTALL_STRIP_PROGRAM="\${SHELL} \$(install_sh) -c -s"
RELEASE=1
RELEASE=rc1
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.2)
RELEASE=1
AM_INIT_AUTOMAKE(gramps, 0.9.3)
RELEASE=rc1
VERSIONSTRING=$VERSION
if test x"$RELEASE" != "x"

View File

@ -1,4 +1,4 @@
.TH gramps 1 "0.9.2" "May 2003" "0.9.2"
.TH gramps 1 "0.9.3" "May 2003" "0.9.3"
.SH NAME
gramps \- Genealogical Research and Analysis Management Programming System.

View File

@ -1,5 +1,5 @@
%define ver 0.9.2
%define rel 1
%define ver 0.9.3
%define rel rc1
%define prefix /usr
%define localstatedir /var/lib
# Ensure that internal RPM macros for configure & makeinstall

File diff suppressed because it is too large Load Diff