]> git.wh0rd.org - fontconfig.git/commitdiff
Bump libtool versions that 2.7.0 (I forgot to do back then)
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 27 Jul 2009 21:48:29 +0000 (17:48 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 27 Jul 2009 21:48:29 +0000 (17:48 -0400)
configure.in

index fe93459c201e010405d25836999679e77056ddf9..ec2182ce8e5b0f63000228a9b95729f5c6203653 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
-LIBT_CURRENT=4
+LIBT_CURRENT=5
 LIBT_REVISION=0
 AC_SUBST(LIBT_CURRENT)
 AC_SUBST(LIBT_REVISION)
-LIBT_AGE=3
+LIBT_AGE=4
 
 LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE"
 AC_SUBST(LIBT_VERSION_INFO)