diff --git a/gramps2/configure b/gramps2/configure index 7494b72d9..47058dcc8 100755 --- a/gramps2/configure +++ b/gramps2/configure @@ -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" diff --git a/gramps2/configure.in b/gramps2/configure.in index 5014030ec..837faaac4 100644 --- a/gramps2/configure.in +++ b/gramps2/configure.in @@ -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" diff --git a/gramps2/doc/gramps.1 b/gramps2/doc/gramps.1 index 27210524a..add8798b5 100644 --- a/gramps2/doc/gramps.1 +++ b/gramps2/doc/gramps.1 @@ -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 diff --git a/gramps2/gramps.spec b/gramps2/gramps.spec index 084e00c7b..7fe4fd254 100644 --- a/gramps2/gramps.spec +++ b/gramps2/gramps.spec @@ -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. diff --git a/gramps2/src/const.py b/gramps2/src/const.py index 0e7f379d6..fcb9929e1 100644 --- a/gramps2/src/const.py +++ b/gramps2/src/const.py @@ -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 "