summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2002-08-08 23:27:37 +0000
committerOwen Taylor <otaylor@src.gnome.org>2002-08-08 23:27:37 +0000
commit38070eff87be3dd0c592ba53b11a10618b092250 (patch)
treebddef8064acf51923db422cc384ed93275a0819e /configure.in
parent5e417379ea963ff680284e5a543a85ae9f72e313 (diff)
downloadpango-38070eff87be3dd0c592ba53b11a10618b092250.tar.gz
Fix accidentally exported set_unicode_charmap() and
Thu Aug 8 19:14:09 2002 Owen Taylor <otaylor@redhat.com> * pango/pangoxft-font.c (load_fallback_font): Fix accidentally exported set_unicode_charmap() and load_fallback_face/font(). (Jacob Berkman, #90245) * configure.in: Up PANGO_MODULE_VERSION to 1.1.0.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 4dfe137f..9261cf3e 100644
--- a/configure.in
+++ b/configure.in
@@ -34,7 +34,7 @@ dnl This is the last version with which we have compatibility with
dnl with the modules for; it isn't the same as
dnl PANGO_API_VERSION.'PANGO_MICRO_VERSION - PANGO_BINARY_AGE' since we have
dnl engine only API
-PANGO_MODULE_VERSION=1.0.0
+PANGO_MODULE_VERSION=1.1.0
AC_SUBST(PANGO_MAJOR_VERSION)
AC_SUBST(PANGO_MINOR_VERSION)