# HG changeset patch # User Chris Cannam # Date 1439998601 -3600 # Node ID c71d6ae15882f88039037667c2b358027efdbb2d # Parent f9723275ba4cb5a828b658a00f143bdf5ba43a43 Next release will be 1.2 diff -r f9723275ba4c -r c71d6ae15882 configure --- a/configure Wed Aug 19 16:36:21 2015 +0100 +++ b/configure Wed Aug 19 16:36:41 2015 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Sonic Annotator 1.1. +# Generated by GNU Autoconf 2.69 for Sonic Annotator 1.2. # # Report bugs to . # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='Sonic Annotator' PACKAGE_TARNAME='sonic-annotator' -PACKAGE_VERSION='1.1' -PACKAGE_STRING='Sonic Annotator 1.1' +PACKAGE_VERSION='1.2' +PACKAGE_STRING='Sonic Annotator 1.2' PACKAGE_BUGREPORT='cannam@all-day-breakfast.com' PACKAGE_URL='' @@ -1305,7 +1305,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 1.1 to adapt to many kinds of systems. +\`configure' configures Sonic Annotator 1.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1366,7 +1366,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Sonic Annotator 1.1:";; + short | recursive ) echo "Configuration of Sonic Annotator 1.2:";; esac cat <<\_ACEOF @@ -1495,7 +1495,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Sonic Annotator configure 1.1 +Sonic Annotator configure 1.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1835,7 +1835,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 1.1, which was +It was created by Sonic Annotator $as_me 1.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -6776,7 +6776,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 1.1, which was +This file was extended by Sonic Annotator $as_me 1.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -6829,7 +6829,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 1.1 +Sonic Annotator config.status 1.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -r f9723275ba4c -r c71d6ae15882 configure.ac --- a/configure.ac Wed Aug 19 16:36:21 2015 +0100 +++ b/configure.ac Wed Aug 19 16:36:41 2015 +0100 @@ -1,5 +1,5 @@ -AC_INIT([Sonic Annotator], [1.1], cannam@all-day-breakfast.com) +AC_INIT([Sonic Annotator], [1.2], cannam@all-day-breakfast.com) AC_CONFIG_SRCDIR(runner/main.cpp)