From c4c90ffc7a7eec42fc0b84f1a7af464a4c9fcfd8 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 11 Oct 2013 12:40:23 +0900 Subject: [PATCH] Bump libtool revision --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4b631bd..7106aa3 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=8 +LIBT_CURRENT=9 LIBT_REVISION=0 AC_SUBST(LIBT_CURRENT) AC_SUBST(LIBT_REVISION) -LIBT_AGE=7 +LIBT_AGE=8 LIBT_VERSION_INFO="$LIBT_CURRENT:$LIBT_REVISION:$LIBT_AGE" AC_SUBST(LIBT_VERSION_INFO) -- 2.7.4