shithub: sox

Download patch

ref: af232e336fe93e45fa6d970ee7655dd08600c152
parent: 62eaa64589f187826fcb31bcf18341b0baf07441
author: Ulrich Klauer <ulrich@chirlu.de>
date: Mon Jan 30 16:48:35 EST 2012

Increment library version

Increment SHLIB_VERSION in preparation of ABI breaks.

--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@
 AC_PROG_LN_S
 
 dnl Increase version when binary compatibility with previous version is broken
-SHLIB_VERSION=2:0:0
+SHLIB_VERSION=3:0:0
 AC_SUBST(SHLIB_VERSION)
 
 AC_ARG_WITH(libltdl,