summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-09-25 16:40:45 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-09-25 16:40:45 +0000
commit80fb60e0c5e19de379941f85a4f361455459d818 (patch)
tree163128d5e335a3c26fef64f845cf80157f201238 /configure.in
parent1bdcb77e1032c4b02f4838752b0ed64ef11036c9 (diff)
downloadpango-80fb60e0c5e19de379941f85a4f361455459d818.tar.gz
Version 0.20PANGO_0_20
Tue Sep 25 11:54:03 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 0.20 * NEWS: Updated * configure.in (GLIB_REQUIRED_VERSION): Require GLib 1.3.9 * examples/Makefile.am (EXTRA_DIST): Add the viewer-qt in case someone (say Tim) makes dist without qt installed. (reported by Tony Graham) * examples/Makefile.am (pango.modules): Don't use grep -q (reported by Tony Graham) * docs/pango-sections.txt: Fix small typo.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 780c6be4..c1f96dd2 100644
--- a/configure.in
+++ b/configure.in
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to create configure.
AC_INIT(ChangeLog)
PANGO_MAJOR_VERSION=0
-PANGO_MINOR_VERSION=19
+PANGO_MINOR_VERSION=20
AC_SUBST(PANGO_MAJOR_VERSION)
AC_SUBST(PANGO_MINOR_VERSION)
@@ -125,7 +125,7 @@ AM_CONDITIONAL(HAVE_XFT, $have_xft)
#
# Checks for GLib
#
-GLIB_REQUIRED_VERSION=1.3.8
+GLIB_REQUIRED_VERSION=1.3.9
AM_PATH_GLIB_2_0($GLIB_REQUIRED_VERSION, :,
AC_MSG_ERROR([