2006-05-21 Alex Roitman <shura@gramps-project.org>
* configure.in: Set up for the next release. svn: r6747
This commit is contained in:
parent
38f4cd7e85
commit
eb343d07c2
@ -1,3 +1,6 @@
|
|||||||
|
2006-05-21 Alex Roitman <shura@gramps-project.org>
|
||||||
|
* configure.in: Set up for the next release.
|
||||||
|
|
||||||
2006-05-21 Don Allingham <don@gramps-project.org>
|
2006-05-21 Don Allingham <don@gramps-project.org>
|
||||||
* src/GrampsWidgets.py (MonitoredEntry.set_text): added function
|
* src/GrampsWidgets.py (MonitoredEntry.set_text): added function
|
||||||
|
|
||||||
|
@ -4,15 +4,15 @@ 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_PREREQ(2.57)
|
AC_PREREQ(2.57)
|
||||||
AC_INIT(gramps, 2.1.3, [gramps-bugs@lists.sourceforge.net])
|
AC_INIT(gramps, 2.1.4, [gramps-bugs@lists.sourceforge.net])
|
||||||
AC_CONFIG_SRCDIR(configure.in)
|
AC_CONFIG_SRCDIR(configure.in)
|
||||||
AM_INIT_AUTOMAKE(1.6.3)
|
AM_INIT_AUTOMAKE(1.6.3)
|
||||||
|
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
GNOME_DOC_INIT
|
GNOME_DOC_INIT
|
||||||
|
|
||||||
dnl RELEASE=0.SVN$(svnversion -n .)
|
RELEASE=0.SVN$(svnversion -n .)
|
||||||
RELEASE=1
|
dnl RELEASE=1
|
||||||
|
|
||||||
VERSIONSTRING=$VERSION
|
VERSIONSTRING=$VERSION
|
||||||
if test x"$RELEASE" != "x"
|
if test x"$RELEASE" != "x"
|
||||||
|
Loading…
Reference in New Issue
Block a user