diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-12-02 13:22:27 -0800 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-12-02 13:22:27 -0800 |
commit | 72ffe6536a6825a32095c8185aff836a12326ac5 (patch) | |
tree | afb61dfa3dc825eb5593b3fe50931fb8ca628064 /configure.in | |
parent | 5e234d9e764d8c52d93b918a5c92b7956c95882b (diff) |
Add FcFreeTypeQueryFace external API. Bug #7311.
Expose ability to build an FcPattern directly from an FT_Face
object.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 98604c3..2029510 100644 --- a/configure.in +++ b/configure.in @@ -41,11 +41,11 @@ dnl libtool versioning dnl bump revision when fixing bugs dnl bump current and age, reset revision to zero when adding APIs dnl bump current, leave age, reset revision to zero when changing/removing APIS -LT_CURRENT=2 +LT_CURRENT=3 LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -LT_AGE=1 +LT_AGE=2 LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" AC_SUBST(LT_VERSION_INFO) |