2007-01-30 Alex Roitman <shura@gramps-project.org>
* configure.in: Bump up the version. svn: r8015
This commit is contained in:
parent
f0d5c92564
commit
be70e6586c
@ -1,3 +1,6 @@
|
||||
2007-01-30 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Bump up the version.
|
||||
|
||||
2007-01-30 Martin Hawlisch <Martin.Hawlisch@gmx.de>
|
||||
* src/ScratchPad.py: Fix crash in GrampsType escaping;
|
||||
Additional tooltips for more objects.
|
||||
|
@ -4,15 +4,15 @@ dnl Process this file with autoconf to produce a configure script.
|
||||
dnl May need to run automake && aclocal first
|
||||
|
||||
AC_PREREQ(2.57)
|
||||
AC_INIT(gramps, 2.2.6, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_INIT(gramps, 2.2.7, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_CONFIG_SRCDIR(configure.in)
|
||||
AM_INIT_AUTOMAKE(1.6.3)
|
||||
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
GNOME_DOC_INIT
|
||||
|
||||
dnl RELEASE=0.SVN$(svnversion -n .)
|
||||
RELEASE=1
|
||||
RELEASE=0.SVN$(svnversion -n .)
|
||||
dnl RELEASE=1
|
||||
|
||||
VERSIONSTRING=$VERSION
|
||||
if test x"$RELEASE" != "x"
|
||||
|
Loading…
Reference in New Issue
Block a user