bump version number
diff --git a/configure b/configure --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pyconfigure 0.1. +# Generated by GNU Autoconf 2.69 for pyconfigure 0.1.1. # # Report bugs to <bug-pyconfigure@gnu.org>. # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='pyconfigure' PACKAGE_TARNAME='pyconfigure' -PACKAGE_VERSION='0.1' -PACKAGE_STRING='pyconfigure 0.1' +PACKAGE_VERSION='0.1.1' +PACKAGE_STRING='pyconfigure 0.1.1' PACKAGE_BUGREPORT='bug-pyconfigure@gnu.org' PACKAGE_URL='' @@ -1200,7 +1200,7 @@ if test "$ac_init_help" = "long"; then # 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 pyconfigure 0.1 to adapt to many kinds of systems. +\`configure' configures pyconfigure 0.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1266,7 +1266,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pyconfigure 0.1:";; + short | recursive ) echo "Configuration of pyconfigure 0.1.1:";; esac cat <<\_ACEOF @@ -1340,7 +1340,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pyconfigure configure 0.1 +pyconfigure configure 0.1.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1357,7 +1357,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pyconfigure $as_me 0.1, which was +It was created by pyconfigure $as_me 0.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2220,7 +2220,7 @@ fi # Define the identity of the package. PACKAGE='pyconfigure' - VERSION='0.1' + VERSION='0.1.1' cat >>confdefs.h <<_ACEOF @@ -2906,7 +2906,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_wri # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pyconfigure $as_me 0.1, which was +This file was extended by pyconfigure $as_me 0.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -2959,7 +2959,7 @@ Report bugs to <bug-pyconfigure@gnu.org> cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pyconfigure config.status 0.1 +pyconfigure config.status 0.1.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(pyconfigure, 0.1, bug-pyconfigure@gnu.org) +AC_INIT(pyconfigure, 0.1.1, bug-pyconfigure@gnu.org) AM_INIT_AUTOMAKE AC_PROG_INSTALL