Skip to content

Commit 0513650

Browse files
committed
Update version number
1 parent 4bd7e83 commit 0513650

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

configure

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for mimic 1.0.0.9000.
3+
# Generated by GNU Autoconf 2.69 for mimic 1.1.0.9000.
44
#
55
# Report bugs to <https://github.com/MycroftAI/mimic/issues>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='mimic'
582582
PACKAGE_TARNAME='mimic'
583-
PACKAGE_VERSION='1.0.0.9000'
584-
PACKAGE_STRING='mimic 1.0.0.9000'
583+
PACKAGE_VERSION='1.1.0.9000'
584+
PACKAGE_STRING='mimic 1.1.0.9000'
585585
PACKAGE_BUGREPORT='https://github.com/MycroftAI/mimic/issues'
586586
PACKAGE_URL=''
587587

@@ -1292,7 +1292,7 @@ if test "$ac_init_help" = "long"; then
12921292
# Omit some internal or obsolete options to make the list less imposing.
12931293
# This message is too long to be a string in the A/UX 3.1 sh.
12941294
cat <<_ACEOF
1295-
\`configure' configures mimic 1.0.0.9000 to adapt to many kinds of systems.
1295+
\`configure' configures mimic 1.1.0.9000 to adapt to many kinds of systems.
12961296
12971297
Usage: $0 [OPTION]... [VAR=VALUE]...
12981298
@@ -1358,7 +1358,7 @@ fi
13581358

13591359
if test -n "$ac_init_help"; then
13601360
case $ac_init_help in
1361-
short | recursive ) echo "Configuration of mimic 1.0.0.9000:";;
1361+
short | recursive ) echo "Configuration of mimic 1.1.0.9000:";;
13621362
esac
13631363
cat <<\_ACEOF
13641364
@@ -1470,7 +1470,7 @@ fi
14701470
test -n "$ac_init_help" && exit $ac_status
14711471
if $ac_init_version; then
14721472
cat <<\_ACEOF
1473-
mimic configure 1.0.0.9000
1473+
mimic configure 1.1.0.9000
14741474
generated by GNU Autoconf 2.69
14751475
14761476
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1839,7 +1839,7 @@ cat >config.log <<_ACEOF
18391839
This file contains any messages produced by compilers while
18401840
running configure, to aid debugging if configure makes a mistake.
18411841
1842-
It was created by mimic $as_me 1.0.0.9000, which was
1842+
It was created by mimic $as_me 1.1.0.9000, which was
18431843
generated by GNU Autoconf 2.69. Invocation command line was
18441844
18451845
$ $0 $@
@@ -5340,7 +5340,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
53405340
# report actual input values of CONFIG_FILES etc. instead of their
53415341
# values after options handling.
53425342
ac_log="
5343-
This file was extended by mimic $as_me 1.0.0.9000, which was
5343+
This file was extended by mimic $as_me 1.1.0.9000, which was
53445344
generated by GNU Autoconf 2.69. Invocation command line was
53455345
53465346
CONFIG_FILES = $CONFIG_FILES
@@ -5393,7 +5393,7 @@ _ACEOF
53935393
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
53945394
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
53955395
ac_cs_version="\\
5396-
mimic config.status 1.0.0.9000
5396+
mimic config.status 1.1.0.9000
53975397
configured by $0, generated by GNU Autoconf 2.69,
53985398
with options \\"\$ac_cs_config\\"
53995399

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dnl########################################################################
3333

3434
dnl Use aclocal && autoconf to create the configure script
3535
AC_PREREQ([2.69])
36-
AC_INIT([mimic],[1.0.0.9000],[https://github.com/MycroftAI/mimic/issues])
36+
AC_INIT([mimic],[1.1.0.9000],[https://github.com/MycroftAI/mimic/issues])
3737
AC_CONFIG_SRCDIR([include/mimic.h])
3838

3939
AC_CANONICAL_TARGET

0 commit comments

Comments
 (0)