shithub: sox

Download patch

ref: e2dc0160196d169f258769c88df481fbdf9d1f0f
parent: 39fa1f39d257a6317141c6a3efb32ca103e47748
author: cbagwell <cbagwell>
date: Sun Aug 21 18:51:50 EDT 2005

Bumping version #.

--- a/README
+++ b/README
@@ -84,7 +84,7 @@
 
 History:
 
-This is release 12.17.7 of SoX and its companion library Sound Tools.
+This is release 12.17.8 of SoX and its companion library Sound Tools.
 SoX was originally written and maintained by Lance Norskog but is
 currently maintained by Chris Bagwell (cbagwell@users.sourceforge.net).
 
--- a/src/st.h
+++ b/src/st.h
@@ -19,8 +19,8 @@
 #include <stdlib.h>
 #include "ststdint.h"
 
-/* Release 12.17.7 of libst */
-#define ST_LIB_VERSION_CODE 0x0c1107
+/* Release 12.17.8 of libst */
+#define ST_LIB_VERSION_CODE 0x0c1108
 #define ST_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
 
 typedef int32_t st_sample_t;