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

github.com/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-12-06 03:57:45 +0400
committerRalph Giles <giles@mozilla.com>2012-12-06 03:57:45 +0400
commit119d53c94d404b97c23939ae6babc1cb152a2a97 (patch)
tree701232a83763e02acfe3e102967d8781c99df93f /configure.ac
parentd215a1132480e4b2b9841efd673ac7c6a6fda57a (diff)
Bump soname version to match the 1.0.x branch.
Library soname versioning is something we normally change only right before each release. However, with 1.0.2 being released from the 1.0.x branch with 3.0.3, it makes sense to make the same update here. That way when we do a new release from master we can just increment again and have the version properly reflect ranges relative to the stable branch.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 10799c8b..6394e2ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -53,9 +53,9 @@ AC_DEFINE_UNQUOTED([OPUS_VERSION], ["$OPUS_VERSION"],
# For libtool.
dnl Please update these for releases.
-OPUS_LT_CURRENT=2
+OPUS_LT_CURRENT=3
OPUS_LT_REVISION=0
-OPUS_LT_AGE=2
+OPUS_LT_AGE=3
AC_SUBST(OPUS_LT_CURRENT)
AC_SUBST(OPUS_LT_REVISION)