X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=configure.in;h=589b0c4f8b97e9229fadd2b62dfcc791c6ae3c0c;hb=aabe0f9d7d427097ddfc69ceb6f48999fcd01f60;hp=b804064302c9371b55b674671bb2da2d3f8e73b5;hpb=247c4f3df21582260c4799bdbda2be1c13cc8901;p=fontconfig.git diff --git a/configure.in b/configure.in index b804064..589b0c4 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.3) +AM_INIT_AUTOMAKE(fontconfig, 2.8.0) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE @@ -43,7 +43,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=3 +LIBT_REVISION=4 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) LIBT_AGE=4