shithub: opusfile

Download patch

ref: 96c04cdd30c2f1361999f963c2373108224ba18f
parent: adf627ed48ecf50824a4d34ed3077fbbd16ae1be
author: Ralph Giles <giles@mozilla.com>
date: Thu Jan 9 06:59:02 EST 2014

Bump soname version for v0.5.

We've added tag copy/compare, server_info, decode_cb, set_dither.
Constification is backward-compatible.

--- a/configure.ac
+++ b/configure.ac
@@ -33,9 +33,9 @@
 dnl - interfaces added -> increment AGE
 dnl - interfaces removed -> AGE = 0
 
-OP_LT_CURRENT=2
+OP_LT_CURRENT=3
 OP_LT_REVISION=0
-OP_LT_AGE=2
+OP_LT_AGE=3
 
 AC_SUBST(OP_LT_CURRENT)
 AC_SUBST(OP_LT_REVISION)