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@jmvalin.ca>2018-10-17 02:44:13 +0300
committerJean-Marc Valin <jmvalin@jmvalin.ca>2018-10-17 02:44:13 +0300
commit83d5155f151ca47c9d6274ded1a7481f746b9a43 (patch)
tree5f2ef33e94d17e04db576112d9e0d622dc0c7cdc
parent4d523a9fd2d6f525df2aeaf3d659616f9e610f32 (diff)
Bump LT version numbersv1.3
We're adding the ambisonics API
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 02f09391..e2921fa2 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=6
-OPUS_LT_REVISION=1
-OPUS_LT_AGE=6
+OPUS_LT_CURRENT=7
+OPUS_LT_REVISION=0
+OPUS_LT_AGE=7
AC_SUBST(OPUS_LT_CURRENT)
AC_SUBST(OPUS_LT_REVISION)