changeset 541:50f6569ac28e

Version number
author Chris Cannam
date Thu, 28 Mar 2013 15:12:31 +0000
parents 83a341f2e6cf
children 04643d755a55
files configure configure.ac
diffstat 2 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Thu Mar 28 10:02:45 2013 +0000
+++ b/configure	Thu Mar 28 15:12:31 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 Visualiser 2.0.
+# Generated by GNU Autoconf 2.69 for Sonic Visualiser 2.1.
 #
 # Report bugs to <cannam@all-day-breakfast.com>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='Sonic Visualiser'
 PACKAGE_TARNAME='sonic-visualiser'
-PACKAGE_VERSION='2.0'
-PACKAGE_STRING='Sonic Visualiser 2.0'
+PACKAGE_VERSION='2.1'
+PACKAGE_STRING='Sonic Visualiser 2.1'
 PACKAGE_BUGREPORT='cannam@all-day-breakfast.com'
 PACKAGE_URL=''
 
@@ -1329,7 +1329,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 Visualiser 2.0 to adapt to many kinds of systems.
+\`configure' configures Sonic Visualiser 2.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1391,7 +1391,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Sonic Visualiser 2.0:";;
+     short | recursive ) echo "Configuration of Sonic Visualiser 2.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1542,7 +1542,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Sonic Visualiser configure 2.0
+Sonic Visualiser configure 2.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1882,7 +1882,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 Visualiser $as_me 2.0, which was
+It was created by Sonic Visualiser $as_me 2.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -7746,7 +7746,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by Sonic Visualiser $as_me 2.0, which was
+This file was extended by Sonic Visualiser $as_me 2.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -7799,7 +7799,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 Visualiser config.status 2.0
+Sonic Visualiser config.status 2.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
--- a/configure.ac	Thu Mar 28 10:02:45 2013 +0000
+++ b/configure.ac	Thu Mar 28 15:12:31 2013 +0000
@@ -1,5 +1,5 @@
 
-AC_INIT([Sonic Visualiser], 2.0.1, cannam@all-day-breakfast.com)
+AC_INIT([Sonic Visualiser], 2.1, cannam@all-day-breakfast.com)
 
 AC_CONFIG_SRCDIR(main/main.cpp)