Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Marc Valin <jmvalin@amazon.com>2023-04-18 05:50:28 +0300
committerJean-Marc Valin <jmvalin@amazon.com>2023-04-18 05:50:28 +0300
commit09f7f82ca62818509e86ab54887932fc4e833078 (patch)
treeff28970f36c08e30dd3be91a932aa190cade443b
parent8cf872a186b96085b1bb3a547afd598354ebeb87 (diff)
Bump LT version
Added OPUS_SET_INBAND_FEC(2) since previous version
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1d426f27..999f1783 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=8
+OPUS_LT_CURRENT=9
OPUS_LT_REVISION=0
-OPUS_LT_AGE=8
+OPUS_LT_AGE=9
AC_SUBST(OPUS_LT_CURRENT)
AC_SUBST(OPUS_LT_REVISION)