From d6747aad3ce1de632c831cd2199d2ec3e5882752 Mon Sep 17 00:00:00 2001 From: Luotao Fu Date: Fri, 4 Dec 2009 15:03:53 +0100 Subject: [PATCH] update libtool revision Signed-off-by: Luotao Fu --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e4e6444..b8ef825 100644 --- a/configure.ac +++ b/configure.ac @@ -21,9 +21,9 @@ CFLAGS="${CFLAGS} -Wall" # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -LT_CURRENT=2 +LT_CURRENT=3 LT_REVISION=0 -LT_AGE=0 +LT_AGE=1 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) AC_SUBST(LT_AGE)