From d526129b96c5a4c142b9aa6b1e4e65473fc67ef9 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 11 Apr 2011 14:48:50 +0200 Subject: [PATCH] Bump versions to reflect added header and functions. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4e82911..00062f8 100644 --- a/configure.ac +++ b/configure.ac @@ -36,9 +36,9 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 5) +AC_SUBST(LT_CURRENT, 6) AC_SUBST(LT_REVISION, 0) -AC_SUBST(LT_AGE, 4) +AC_SUBST(LT_AGE, 5) AM_INIT_AUTOMAKE([-Wall -Werror]) AC_PROG_CC -- 2.39.5