shithub: sox

Download patch

ref: 5dfb449b0d08e0373e59198fba91e7db4d7c0310
parent: 5553cdb07e84163d74cbb06d95bc5416836ba825
author: cbagwell <cbagwell>
date: Wed Jan 29 17:42:51 EST 2003

Bumping version # to 12.17.4

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