X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=c431dccf2e78d6b3b1a77b7a29f2d46193bfed14;hb=de1faa42d1425f80366707a730ea919c57e57b2f;hp=ff4057b2e6a12f685776848eb539e14a0f1aafd4;hpb=69d3eb9cb8e58ab771170f68868748204a4793ab;p=fontconfig.git diff --git a/configure.in b/configure.in index ff4057b..c431dcc 100644 --- a/configure.in +++ b/configure.in @@ -33,7 +33,7 @@ dnl This is the package version number, not the shared library dnl version. This same version number must appear in fontconfig/fontconfig.h dnl Yes, it is a pain to synchronize version numbers. Unfortunately, it's dnl not possible to extract the version number here from fontconfig.h -AM_INIT_AUTOMAKE(fontconfig, 2.4.91) +AM_INIT_AUTOMAKE(fontconfig, 2.4.92) AM_MAINTAINER_MODE dnl libtool versioning @@ -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=3 +LT_CURRENT=4 LT_REVISION=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) -LT_AGE=2 +LT_AGE=3 LT_VERSION_INFO="$LT_CURRENT:$LT_REVISION:$LT_AGE" AC_SUBST(LT_VERSION_INFO)