From b3b435b87f1aec1b2779fd7edbbff5571c3c61a2 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 29 Mar 2013 16:02:34 +0900 Subject: [PATCH] Bump libtool revision --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 81e02ee..845c1af 100644 --- a/configure.ac +++ b/configure.ac @@ -42,11 +42,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=7 -LIBT_REVISION=2 +LIBT_CURRENT=8 +LIBT_REVISION=0 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) -LIBT_AGE=6 +LIBT_AGE=7 LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE" AC_SUBST(LIBT_VERSION_INFO)