shithub: opus

Download patch

ref: 119d53c94d404b97c23939ae6babc1cb152a2a97
parent: d215a1132480e4b2b9841efd673ac7c6a6fda57a
author: Ralph Giles <[email protected]>
date: Wed Dec 5 10:57:45 EST 2012

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.

--- a/configure.ac
+++ b/configure.ac
@@ -53,9 +53,9 @@
 
 # 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)