ref: b0546451ff5aff0eaa9c5f4fbeb1d6b0541bbdc4
parent: b906c98cd92b4661135e293fa270921fb389c246
author: Chris Bagwell <cbagwell@users.sourceforge.net>
date: Wed Mar 2 13:44:16 EST 2011
Update version # in git for next release.
--- 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.2, sox-devel@lists.sourceforge.net)
+AC_INIT(SoX, 14.4.0git, sox-devel@lists.sourceforge.net)
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
@@ -22,7 +22,7 @@
AC_PROG_LN_S
dnl Increase version when binary compatibility with previous version is broken
-SHLIB_VERSION=1:0:0
+SHLIB_VERSION=1:1:0
AC_SUBST(SHLIB_VERSION)
AC_ARG_WITH(libltdl,
--- 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, 2)
+#define SOX_LIB_VERSION_CODE SOX_LIB_VERSION(14, 4, 0)
const char *sox_version(void); /* Returns version number */