# HG changeset patch # User Chris Cannam # Date 1364482404 0 # Node ID b9b145d3013c40daa39b256b1ca87f8e6cae8f05 # Parent a199109a692a6b655e03f5baa7feae8c6b92fe67 Version number, changelog, regenerate configure diff -r a199109a692a -r b9b145d3013c .hgsubstate --- a/.hgsubstate Thu Mar 07 18:22:51 2013 +0000 +++ b/.hgsubstate Thu Mar 28 14:53:24 2013 +0000 @@ -1,1 +1,1 @@ -dc6c0e50724cc1eea8d77177f9e9a5d3c5d4cebd svcore +459235dccff6d4d5f2190131b6f5826a77b3cde7 svcore diff -r a199109a692a -r b9b145d3013c CHANGELOG --- a/CHANGELOG Thu Mar 07 18:22:51 2013 +0000 +++ b/CHANGELOG Thu Mar 28 14:53:24 2013 +0000 @@ -1,7 +1,8 @@ -Changes in Sonic Annotator 0.7.1 since the previous release 0.7: +Changes in Sonic Annotator 0.8 since the previous release 0.7: - Fix incorrect samplerate in reading m4a files on OS/X + - Fix incorrect handling of FixedSampleRate outputs (Vamp SDK fix) Changes in Sonic Annotator 0.7 since the previous release 0.6: diff -r a199109a692a -r b9b145d3013c configure --- a/configure Thu Mar 07 18:22:51 2013 +0000 +++ b/configure Thu Mar 28 14:53:24 2013 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Sonic Annotator 0.7. +# Generated by GNU Autoconf 2.69 for Sonic Annotator 0.8. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='Sonic Annotator' PACKAGE_TARNAME='sonic-annotator' -PACKAGE_VERSION='0.7' -PACKAGE_STRING='Sonic Annotator 0.7' +PACKAGE_VERSION='0.8' +PACKAGE_STRING='Sonic Annotator 0.8' PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' PACKAGE_URL='' @@ -1325,7 +1325,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 Sonic Annotator 0.7 to adapt to many kinds of systems. +\`configure' configures Sonic Annotator 0.8 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1386,7 +1386,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Sonic Annotator 0.7:";; + short | recursive ) echo "Configuration of Sonic Annotator 0.8:";; esac cat <<\_ACEOF @@ -1535,7 +1535,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Sonic Annotator configure 0.7 +Sonic Annotator configure 0.8 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1875,7 +1875,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Sonic Annotator $as_me 0.7, which was +It was created by Sonic Annotator $as_me 0.8, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -7582,7 +7582,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Sonic Annotator $as_me 0.7, which was +This file was extended by Sonic Annotator $as_me 0.8, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7635,7 +7635,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Sonic Annotator config.status 0.7 +Sonic Annotator config.status 0.8 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r a199109a692a -r b9b145d3013c configure.ac --- a/configure.ac Thu Mar 07 18:22:51 2013 +0000 +++ b/configure.ac Thu Mar 28 14:53:24 2013 +0000 @@ -1,5 +1,5 @@ -AC_INIT([Sonic Annotator], [0.7.1], cannam@all-day-breakfast.com) +AC_INIT([Sonic Annotator], [0.8], cannam@all-day-breakfast.com) AC_CONFIG_SRCDIR(runner/main.cpp)