* configure.in: Set up for 2.1.3.
svn: r6667
This commit is contained in:
parent
4a72a456d8
commit
04ac1ec3e3
@ -1,4 +1,5 @@
|
||||
2006-05-14 Alex Roitman <shura@gramps-project.org>
|
||||
* configure.in: Set up for 2.1.3.
|
||||
* src/GrampsDb/_ReadXML.py (start_url): Parse URL type.
|
||||
* example/gramps/exapmle.gramps: Add repositories, use new XML.
|
||||
* example/gramps/data.gramps: Add repositories, use new XML.
|
||||
|
@ -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.1.2, [gramps-bugs@lists.sourceforge.net])
|
||||
AC_INIT(gramps, 2.1.3, [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