shithub: sox

Download patch

ref: 40fd453a7e61979c3bab7fe0455fb08417b69ffb
parent: 51587fa5692207010c37168438acb69ab1755159
author: cbagwell <cbagwell>
date: Sat May 6 20:58:33 EDT 2006

updating version num

--- a/src/st.h
+++ b/src/st.h
@@ -20,7 +20,7 @@
 #include "ststdint.h"
 
 /* Release 12.18.1 of libst */
-#define ST_LIB_VERSION_CODE 0x0c1109
+#define ST_LIB_VERSION_CODE 0x0c1201
 #define ST_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
 
 typedef int32_t st_sample_t;