shithub: sox

Download patch

ref: df1c24a047ec75dcd05ea73ac6d76666bd22f75a
parent: cb22c2fa2c7711e009398fb6f8ddaccb2f5fa52e
author: cbagwell <cbagwell>
date: Sun Mar 19 22:25:12 EST 2006

Upping version number for release.

--- a/Changelog
+++ b/Changelog
@@ -4,7 +4,7 @@
 This file contains a list of all changes starting after the release of
 sox-11gamma.
 
-sox-12.1x.xx
+sox-12.18.1
 ------------
 
   o The "filter" effect could go into infinite drain mode.  Now
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.in 1.9.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for sox 12.17.9.
+# Generated by GNU Autoconf 2.59 for sox 12.18.1.
 #
 # Report bugs to <cbagwell@users.sourceforge.net>.
 #
@@ -269,9 +269,9 @@
 
 # Identity of this package.
 PACKAGE_NAME='sox'
-PACKAGE_TARNAME='"sox-12.17.9"'
-PACKAGE_VERSION='12.17.9'
-PACKAGE_STRING='sox 12.17.9'
+PACKAGE_TARNAME='"sox-12.18.1"'
+PACKAGE_VERSION='12.18.1'
+PACKAGE_STRING='sox 12.18.1'
 PACKAGE_BUGREPORT='cbagwell@users.sourceforge.net'
 
 ac_unique_file="sox.1"
@@ -781,7 +781,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures sox 12.17.9 to adapt to many kinds of systems.
+\`configure' configures sox 12.18.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -843,7 +843,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of sox 12.17.9:";;
+     short | recursive ) echo "Configuration of sox 12.18.1:";;
    esac
   cat <<\_ACEOF
 
@@ -969,7 +969,7 @@
 test -n "$ac_init_help" && exit 0
 if $ac_init_version; then
   cat <<\_ACEOF
-sox configure 12.17.9
+sox configure 12.18.1
 generated by GNU Autoconf 2.59
 
 Copyright (C) 2003 Free Software Foundation, Inc.
@@ -983,7 +983,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by sox $as_me 12.17.9, which was
+It was created by sox $as_me 12.18.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -5867,7 +5867,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by sox $as_me 12.17.9, which was
+This file was extended by sox $as_me 12.18.1, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -5927,7 +5927,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-sox config.status 12.17.9
+sox config.status 12.18.1
 configured by $0, generated by GNU Autoconf 2.59,
   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
 
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@
 
 AC_REVISION(1.9)
 
-AC_INIT(sox, 12.17.9, cbagwell@users.sourceforge.net, "sox-12.17.9")
+AC_INIT(sox, 12.18.1, cbagwell@users.sourceforge.net, "sox-12.18.1")
 
 AC_CONFIG_SRCDIR(sox.1)
 
--- a/src/st.h
+++ b/src/st.h
@@ -19,7 +19,7 @@
 #include <stdlib.h>
 #include "ststdint.h"
 
-/* Release 12.17.9 of libst */
+/* Release 12.18.1 of libst */
 #define ST_LIB_VERSION_CODE 0x0c1109
 #define ST_LIB_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))