X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=a418516db300caa227f5552b06b917b05e56c39d;hb=25436fd08fa6d0825a2f7c7b5d51e34873a05187;hp=ec2182ce8e5b0f63000228a9b95729f5c6203653;hpb=50d937b0e110ee21d9861b8fb973d62534db98ae;p=fontconfig.git diff --git a/configure.in b/configure.in index ec2182c..a418516 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.7.0) +AM_INIT_AUTOMAKE(fontconfig, 2.7.2) AM_MAINTAINER_MODE dnl libtool versioning @@ -42,7 +42,7 @@ 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 LIBT_CURRENT=5 -LIBT_REVISION=0 +LIBT_REVISION=2 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=4