ref: d199d3c5b7f5c49ac62b8f46ca22f29ac1c2fdc8
parent: 20918fd5b7ec8b216d9ece0d0a17b3148e5801f6
author: cbagwell <cbagwell>
date: Sat Feb 12 11:38:31 EST 2011
update version number in prep of new release.
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,8 +6,8 @@
-sox-x.x.x xxxx-xx-xx
----------
+sox-14.3.2 2011-xx-xx
+----------
File formats:
--- 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.1, sox-devel@lists.sourceforge.net)
+AC_INIT(SoX, 14.3.2cvs, sox-devel@lists.sourceforge.net)
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
--- a/src/sox.h
+++ b/src/sox.h
@@ -41,7 +41,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, 1)
+#define SOX_LIB_VERSION_CODE SOX_LIB_VERSION(14, 3, 2)
const char *sox_version(void); /* Returns version number */