]> git.wh0rd.org - fontconfig.git/blobdiff - configure.in
Add FcFreeTypeQueryFace external API. Bug #7311.
[fontconfig.git] / configure.in
index 98604c3ad1bb8540ad6dc1e184bed233bc47b108..2029510bb97ee9630daa2dffa402428c2fc3d694 100644 (file)
@@ -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)