From b7c2ed3bafd9b08cd5d276894ca18fb58bcbfbc9 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Tue, 18 Sep 2018 15:18:20 -0400 Subject: [PATCH] Update soname revision for the 0.11 release. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a2ae67a..3f4a654 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ dnl - interfaces added -> increment AGE dnl - interfaces removed -> AGE = 0 OP_LT_CURRENT=4 -OP_LT_REVISION=3 +OP_LT_REVISION=4 OP_LT_AGE=4 AC_SUBST(OP_LT_CURRENT)