X-Git-Url: https://git.wh0rd.org/?p=fontconfig.git;a=blobdiff_plain;f=configure.in;h=8aac36e4574534e8350d332aba31b85875f8aef4;hp=e8e10622cabc425f93b37024efb66ca2e2083522;hb=4984242e3681a50a9c19f352783f145f91ecb868;hpb=34227592c23db4d462d36773532cef67731e2831 diff --git a/configure.in b/configure.in index e8e1062..8aac36e 100644 --- a/configure.in +++ b/configure.in @@ -38,11 +38,14 @@ AM_MAINTAINER_MODE dnl libtool versioning -LT_CURRENT=1 -LT_REVISION=4 +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_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -LT_AGE=0 +LT_AGE=1 LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" AC_SUBST(LT_VERSION_INFO)