shithub: sox

Download patch

ref: 9a849169fa19af7a0572ea52d473b591a47877f1
parent: 9467350873157e9d01aaac25f16817d574069765
author: cbagwell <cbagwell>
date: Sun Aug 27 17:48:26 EDT 2006

Updates

--- a/Changelog
+++ b/Changelog
@@ -22,6 +22,8 @@
     (1512218) Kendrick Shaw
   o Deemp effect would lose stereo sepeartion. (1479249)
   o Adding cross-platform support for getopt_long
+  o Make help screens print much more information and add
+    new --help-effect option.  (Originally from Dirk).
 
 sox-12.18.1
 ------------
--- a/src/st.h
+++ b/src/st.h
@@ -19,8 +19,8 @@
 #include <stdlib.h>
 #include "ststdint.h"
 
-/* Release 12.18.1 of libst */
-#define ST_LIB_VERSION_CODE 0x0c1201
+/* Release 12.18.2 of libst */
+#define ST_LIB_VERSION_CODE 0x0c1202
 #define ST_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
 
 typedef int32_t st_sample_t;