Skip to content

Commit 5983981

Browse files
author
Stas Kobzar
committed
Releas v2.1.1
1 parent 77644ed commit 5983981

File tree

16 files changed

+339
-340
lines changed

16 files changed

+339
-340
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,16 +238,16 @@ OBJEXT = o
238238
PACKAGE = amiws
239239
PACKAGE_BUGREPORT = [email protected]
240240
PACKAGE_NAME = amiws
241-
PACKAGE_STRING = amiws 2.0.0
241+
PACKAGE_STRING = amiws 2.1.1
242242
PACKAGE_TARNAME = amiws
243243
PACKAGE_URL =
244-
PACKAGE_VERSION = 2.0.0
244+
PACKAGE_VERSION = 2.1.1
245245
PATH_SEPARATOR = :
246246
RANLIB = ranlib
247247
SET_MAKE =
248248
SHELL = /bin/bash
249249
STRIP =
250-
VERSION = 2.0.0
250+
VERSION = 2.1.1
251251
abs_builddir = /home/stas/Dev/amiws
252252
abs_srcdir = /home/stas/Dev/amiws
253253
abs_top_builddir = /home/stas/Dev/amiws

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://travis-ci.org/staskobzar/amiws.svg?branch=master)](https://travis-ci.org/staskobzar/amiws)
44
![](https://img.shields.io/badge/license-GPL_3-green.svg "License")
55
[![codecov](https://codecov.io/gh/staskobzar/amiws/branch/master/graph/badge.svg)](https://codecov.io/gh/staskobzar/amiws)
6-
![verion-2.0.1](https://img.shields.io/badge/version-2.0.1-blue.svg)
6+
![verion-2.1.1](https://img.shields.io/badge/version-2.1.1-blue.svg)
77

88

99
### Introduction

autom4te.cache/output.0

Lines changed: 10 additions & 10 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 amiws 2.0.0.
3+
@%:@ Generated by GNU Autoconf 2.69 for amiws 2.1.1.
44
@%:@
55
@%:@ Report bugs to <[email protected]>.
66
@%:@
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='amiws'
582582
PACKAGE_TARNAME='amiws'
583-
PACKAGE_VERSION='2.0.0'
584-
PACKAGE_STRING='amiws 2.0.0'
583+
PACKAGE_VERSION='2.1.1'
584+
PACKAGE_STRING='amiws 2.1.1'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1282,7 +1282,7 @@ if test "$ac_init_help" = "long"; then
12821282
# Omit some internal or obsolete options to make the list less imposing.
12831283
# This message is too long to be a string in the A/UX 3.1 sh.
12841284
cat <<_ACEOF
1285-
\`configure' configures amiws 2.0.0 to adapt to many kinds of systems.
1285+
\`configure' configures amiws 2.1.1 to adapt to many kinds of systems.
12861286

12871287
Usage: $0 [OPTION]... [VAR=VALUE]...
12881288

@@ -1349,7 +1349,7 @@ fi
13491349

13501350
if test -n "$ac_init_help"; then
13511351
case $ac_init_help in
1352-
short | recursive ) echo "Configuration of amiws 2.0.0:";;
1352+
short | recursive ) echo "Configuration of amiws 2.1.1:";;
13531353
esac
13541354
cat <<\_ACEOF
13551355

@@ -1445,7 +1445,7 @@ fi
14451445
test -n "$ac_init_help" && exit $ac_status
14461446
if $ac_init_version; then
14471447
cat <<\_ACEOF
1448-
amiws configure 2.0.0
1448+
amiws configure 2.1.1
14491449
generated by GNU Autoconf 2.69
14501450

14511451
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1747,7 +1747,7 @@ cat >config.log <<_ACEOF
17471747
This file contains any messages produced by compilers while
17481748
running configure, to aid debugging if configure makes a mistake.
17491749

1750-
It was created by amiws $as_me 2.0.0, which was
1750+
It was created by amiws $as_me 2.1.1, which was
17511751
generated by GNU Autoconf 2.69. Invocation command line was
17521752

17531753
$ $0 $@
@@ -2610,7 +2610,7 @@ fi
26102610

26112611
# Define the identity of the package.
26122612
PACKAGE='amiws'
2613-
VERSION='2.0.0'
2613+
VERSION='2.1.1'
26142614

26152615

26162616
cat >>confdefs.h <<_ACEOF
@@ -5481,7 +5481,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
54815481
# report actual input values of CONFIG_FILES etc. instead of their
54825482
# values after options handling.
54835483
ac_log="
5484-
This file was extended by amiws $as_me 2.0.0, which was
5484+
This file was extended by amiws $as_me 2.1.1, which was
54855485
generated by GNU Autoconf 2.69. Invocation command line was
54865486

54875487
CONFIG_FILES = $CONFIG_FILES
@@ -5547,7 +5547,7 @@ _ACEOF
55475547
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
55485548
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
55495549
ac_cs_version="\\
5550-
amiws config.status 2.0.0
5550+
amiws config.status 2.1.1
55515551
configured by $0, generated by GNU Autoconf 2.69,
55525552
with options \\"\$ac_cs_config\\"
55535553

autom4te.cache/output.1

Lines changed: 10 additions & 10 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 amiws 2.0.0.
3+
@%:@ Generated by GNU Autoconf 2.69 for amiws 2.1.1.
44
@%:@
55
@%:@ Report bugs to <[email protected]>.
66
@%:@
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='amiws'
582582
PACKAGE_TARNAME='amiws'
583-
PACKAGE_VERSION='2.0.0'
584-
PACKAGE_STRING='amiws 2.0.0'
583+
PACKAGE_VERSION='2.1.1'
584+
PACKAGE_STRING='amiws 2.1.1'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -1282,7 +1282,7 @@ if test "$ac_init_help" = "long"; then
12821282
# Omit some internal or obsolete options to make the list less imposing.
12831283
# This message is too long to be a string in the A/UX 3.1 sh.
12841284
cat <<_ACEOF
1285-
\`configure' configures amiws 2.0.0 to adapt to many kinds of systems.
1285+
\`configure' configures amiws 2.1.1 to adapt to many kinds of systems.
12861286

12871287
Usage: $0 [OPTION]... [VAR=VALUE]...
12881288

@@ -1349,7 +1349,7 @@ fi
13491349

13501350
if test -n "$ac_init_help"; then
13511351
case $ac_init_help in
1352-
short | recursive ) echo "Configuration of amiws 2.0.0:";;
1352+
short | recursive ) echo "Configuration of amiws 2.1.1:";;
13531353
esac
13541354
cat <<\_ACEOF
13551355

@@ -1445,7 +1445,7 @@ fi
14451445
test -n "$ac_init_help" && exit $ac_status
14461446
if $ac_init_version; then
14471447
cat <<\_ACEOF
1448-
amiws configure 2.0.0
1448+
amiws configure 2.1.1
14491449
generated by GNU Autoconf 2.69
14501450

14511451
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1747,7 +1747,7 @@ cat >config.log <<_ACEOF
17471747
This file contains any messages produced by compilers while
17481748
running configure, to aid debugging if configure makes a mistake.
17491749

1750-
It was created by amiws $as_me 2.0.0, which was
1750+
It was created by amiws $as_me 2.1.1, which was
17511751
generated by GNU Autoconf 2.69. Invocation command line was
17521752

17531753
$ $0 $@
@@ -2610,7 +2610,7 @@ fi
26102610

26112611
# Define the identity of the package.
26122612
PACKAGE='amiws'
2613-
VERSION='2.0.0'
2613+
VERSION='2.1.1'
26142614

26152615

26162616
cat >>confdefs.h <<_ACEOF
@@ -5481,7 +5481,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
54815481
# report actual input values of CONFIG_FILES etc. instead of their
54825482
# values after options handling.
54835483
ac_log="
5484-
This file was extended by amiws $as_me 2.0.0, which was
5484+
This file was extended by amiws $as_me 2.1.1, which was
54855485
generated by GNU Autoconf 2.69. Invocation command line was
54865486

54875487
CONFIG_FILES = $CONFIG_FILES
@@ -5547,7 +5547,7 @@ _ACEOF
55475547
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
55485548
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
55495549
ac_cs_version="\\
5550-
amiws config.status 2.0.0
5550+
amiws config.status 2.1.1
55515551
configured by $0, generated by GNU Autoconf 2.69,
55525552
with options \\"\$ac_cs_config\\"
55535553

0 commit comments

Comments
 (0)