Adding the OPUS_GET_IN_DTX() query
###
diff --git a/configure.ac b/configure.ac
index e2921fa2..18ece291 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,9 +22,9 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
# For libtool.
dnl Please update these for releases.
-OPUS_LT_CURRENT=7
+OPUS_LT_CURRENT=8
OPUS_LT_REVISION=0
-OPUS_LT_AGE=7
+OPUS_LT_AGE=8
AC_SUBST(OPUS_LT_CURRENT)
AC_SUBST(OPUS_LT_REVISION)
e85ed772 Bump LT version
configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Upstream: git.xiph.org