ref: 791cff8c4282427ea3e8c527af4ce40bf6056b7c
parent: 09724420d86f17e95ab10cc06750bcd8dd9a1dc9
author: cbagwell <cbagwell>
date: Mon Dec 20 14:48:53 EST 2004
Updating version numbers to 12.17.7
--- a/README
+++ b/README
@@ -84,7 +84,7 @@
History:
-This is release 12.17.6 of SoX and its companion library Sound Tools.
+This is release 12.17.7 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.6 of libst */
-#define ST_LIB_VERSION_CODE 0x0c1106
+/* Release 12.17.7 of libst */
+#define ST_LIB_VERSION_CODE 0x0c1107
#define ST_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
typedef int32_t st_sample_t;