From b7f2f8b2db8cef897cc0646cba46d801d0543da7 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 10 Sep 2021 15:36:45 +0200 Subject: bump version to 0.1.1 --- configure | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/configure b/configure index 85c8a49..21f7782 100755 --- 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 hydrilla 0.1. +# Generated by GNU Autoconf 2.69 for hydrilla 0.1.1. # # Report bugs to . # @@ -579,8 +579,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='hydrilla' PACKAGE_TARNAME='hydrilla' -PACKAGE_VERSION='0.1' -PACKAGE_STRING='hydrilla 0.1' +PACKAGE_VERSION='0.1.1' +PACKAGE_STRING='hydrilla 0.1.1' PACKAGE_BUGREPORT='koszko@koszko.org' PACKAGE_URL='' @@ -1235,7 +1235,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 hydrilla 0.1 to adapt to many kinds of systems. +\`configure' configures hydrilla 0.1.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1302,7 +1302,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of hydrilla 0.1:";; + short | recursive ) echo "Configuration of hydrilla 0.1.1:";; esac cat <<\_ACEOF @@ -1392,7 +1392,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -hydrilla configure 0.1 +hydrilla configure 0.1.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1447,7 +1447,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 hydrilla $as_me 0.1, which was +It was created by hydrilla $as_me 0.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2310,7 +2310,7 @@ fi # Define the identity of the package. PACKAGE='hydrilla' - VERSION='0.1' + VERSION='0.1.1' cat >>confdefs.h <<_ACEOF @@ -3977,7 +3977,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by hydrilla $as_me 0.1, which was +This file was extended by hydrilla $as_me 0.1.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4043,7 +4043,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -hydrilla config.status 0.1 +hydrilla 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 index 36e590e..f096d52 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([hydrilla], [0.1], [koszko@koszko.org]) +AC_INIT([hydrilla], [0.1.1], [koszko@koszko.org]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_PROG_CC AC_PROG_MKDIR_P -- cgit v1.2.3