shithub: sox

Download patch

ref: 002ad34d50dbcbf7f410921d0a3f7aa14da4a02b
parent: 823bccee17610f859b0b98927d92290dc929b202
author: Ulrich Klauer <ulrich@chirlu.de>
date: Sat Apr 7 17:53:40 EDT 2012

Update version numbers

--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
 
 AC_PREREQ(2.62)
 
-AC_INIT(SoX, 14.4.1git, sox-devel@lists.sourceforge.net)
+AC_INIT(SoX, 14.4.2git, sox-devel@lists.sourceforge.net)
 
 m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
 
--- a/src/sox.h
+++ b/src/sox.h
@@ -661,7 +661,7 @@
 number of SoX but it has historically. Please do not count on
 SOX_LIB_VERSION_CODE staying in sync with the libSoX version.
 */
-#define SOX_LIB_VERSION_CODE   SOX_LIB_VERSION(14, 4, 0)
+#define SOX_LIB_VERSION_CODE   SOX_LIB_VERSION(14, 4, 2)
 
 /**
 Client API:
--- a/src/soxconfig.h.cmake
+++ b/src/soxconfig.h.cmake
@@ -1,4 +1,4 @@
-#define PACKAGE_VERSION "14.4.1git"
+#define PACKAGE_VERSION "14.4.2git"
 
 #cmakedefine EXTERNAL_GSM             1
 #cmakedefine EXTERNAL_LPC10           1