shithub: sox

Download patch

ref: 39fee9b14fd9f4885fde52cf6698bb8ba65b240e
parent: 126277fdb6c9743760a6f0042488c0ac3d7a71bb
author: cbagwell <cbagwell>
date: Sun Sep 2 18:29:15 EDT 2007

Bumping library version # since they are not compatible with last release.

--- a/src/sox.h
+++ b/src/sox.h
@@ -30,7 +30,7 @@
  * Please do not count on these numbers being in sync.
  * The following is at 13.0.0
  */
-#define SOX_LIB_VERSION_CODE 0x0d0000
+#define SOX_LIB_VERSION_CODE 0x0e0000
 #define SOX_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
 
 const char *sox_version(void);   /* Returns version number */