shithub: sox

Download patch

ref: c282f4b3320cdf1360205082d3556e73754aaa71
parent: c0f7c0ce64ce521c30b7e235373a6babfd4bcf68
author: robs <robs>
date: Wed Sep 9 14:25:30 EDT 2009

14.3.1

--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(SoX, 14.3.0, sox-devel@lists.sourceforge.net)
+AC_INIT(SoX, 14.3.1, sox-devel@lists.sourceforge.net)
 
 m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
 
--- a/src/sox.h
+++ b/src/sox.h
@@ -32,7 +32,7 @@
  * Please do not count on these numbers being in sync.
  */
 #define SOX_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
-#define SOX_LIB_VERSION_CODE SOX_LIB_VERSION(14, 3, 0)
+#define SOX_LIB_VERSION_CODE SOX_LIB_VERSION(14, 3, 1)
 
 const char *sox_version(void);   /* Returns version number */
 
--- a/src/soxconfig.h.cmake
+++ b/src/soxconfig.h.cmake
@@ -1,4 +1,4 @@
-#define PACKAGE_VERSION "14.3.0"
+#define PACKAGE_VERSION "14.3.1"
 
 #cmakedefine EXTERNAL_GSM             1
 #cmakedefine EXTERNAL_LPC10           1