1
0
mirror of https://github.com/rhasspy/rhasspy.git synced 2022-02-12 01:59:45 +03:00

Bump version

This commit is contained in:
Michael Hansen
2021-07-01 16:53:25 -04:00
parent 6aa70e5033
commit 27601589a0
5 changed files with 13 additions and 13 deletions

View File

@@ -1 +1 @@
2.5.10
2.5.11

18
configure vendored
View File

@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for rhasspy 2.5.10.
# Generated by GNU Autoconf 2.69 for rhasspy 2.5.11.
#
# Report bugs to <mike@rhasspy.org>.
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='rhasspy'
PACKAGE_TARNAME='rhasspy'
PACKAGE_VERSION='2.5.10'
PACKAGE_STRING='rhasspy 2.5.10'
PACKAGE_VERSION='2.5.11'
PACKAGE_STRING='rhasspy 2.5.11'
PACKAGE_BUGREPORT='mike@rhasspy.org'
PACKAGE_URL=''
@@ -1321,7 +1321,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 rhasspy 2.5.10 to adapt to many kinds of systems.
\`configure' configures rhasspy 2.5.11 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1387,7 +1387,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of rhasspy 2.5.10:";;
short | recursive ) echo "Configuration of rhasspy 2.5.11:";;
esac
cat <<\_ACEOF
@@ -1522,7 +1522,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
rhasspy configure 2.5.10
rhasspy configure 2.5.11
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1904,7 +1904,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 rhasspy $as_me 2.5.10, which was
It was created by rhasspy $as_me 2.5.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -5784,7 +5784,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 rhasspy $as_me 2.5.10, which was
This file was extended by rhasspy $as_me 2.5.11, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5837,7 +5837,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="\\
rhasspy config.status 2.5.10
rhasspy config.status 2.5.11
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@@ -1,4 +1,4 @@
AC_INIT([rhasspy], [2.5.10], [mike@rhasspy.org])
AC_INIT([rhasspy], [2.5.11], [mike@rhasspy.org])
AC_CONFIG_MACRO_DIR([m4])
PC_INIT([3.7.0])