2006-12-28 Don Allingham <don@gramps-project.org>

* src/docgen/PdfDoc.py: convert image name to str from unicode
	due to a ReportLab bug.

2006-12-27  Don Allingham  <don@gramps-project.org>
	* configure.in: change version number to 2.2.5



svn: r7855
This commit is contained in:
Don Allingham
2006-12-29 03:58:26 +00:00
parent 1df86244d5
commit dc5c8f3d00
4 changed files with 20 additions and 8 deletions

View File

@@ -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.4, [gramps-bugs@lists.sourceforge.net])
AC_INIT(gramps, 2.2.5, [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"