From d9bbf207f64f81cdbe0dfbd20cea5961fb1210a6 Mon Sep 17 00:00:00 2001
From: Ralph Giles <giles@thaumas.net>
Date: Wed, 2 Aug 2017 14:38:51 -0700
Subject: [PATCH] Update soname for the opusfile 0.9 release.

The return type of op_serialno changed from ogg_uint32
to opus_uint32, but those types should be abi compatible.
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 8b4c543..e0e68db 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=1
+OP_LT_REVISION=2
 OP_LT_AGE=4
 
 AC_SUBST(OP_LT_CURRENT)
-- 
GitLab