changeset 73:b9b145d3013c

Version number, changelog, regenerate configure
author Chris Cannam
date Thu, 28 Mar 2013 14:53:24 +0000
parents a199109a692a
children d78c80be335f 9f78c80c80f1
files .hgsubstate CHANGELOG configure configure.ac
diffstat 4 files changed, 13 insertions(+), 12 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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:
 
--- 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 <cannam@all-day-breakfast.com>.
 #
@@ -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\\"
 
--- 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)