Skip to content

Commit dd9827c

Browse files
committed
bump version to 1.6.1
1 parent 9b4a962 commit dd9827c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/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 reaver 1.6b.
3+
# Generated by GNU Autoconf 2.69 for reaver 1.6.1.
44
#
55
#
66
# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@ MAKEFLAGS=
577577
# Identity of this package.
578578
PACKAGE_NAME='reaver'
579579
PACKAGE_TARNAME='reaver'
580-
PACKAGE_VERSION='1.6b'
581-
PACKAGE_STRING='reaver 1.6b'
580+
PACKAGE_VERSION='1.6.1'
581+
PACKAGE_STRING='reaver 1.6.1'
582582
PACKAGE_BUGREPORT=''
583583
PACKAGE_URL=''
584584

@@ -1223,7 +1223,7 @@ if test "$ac_init_help" = "long"; then
12231223
# Omit some internal or obsolete options to make the list less imposing.
12241224
# This message is too long to be a string in the A/UX 3.1 sh.
12251225
cat <<_ACEOF
1226-
\`configure' configures reaver 1.6b to adapt to many kinds of systems.
1226+
\`configure' configures reaver 1.6.1 to adapt to many kinds of systems.
12271227
12281228
Usage: $0 [OPTION]... [VAR=VALUE]...
12291229
@@ -1284,7 +1284,7 @@ fi
12841284

12851285
if test -n "$ac_init_help"; then
12861286
case $ac_init_help in
1287-
short | recursive ) echo "Configuration of reaver 1.6b:";;
1287+
short | recursive ) echo "Configuration of reaver 1.6.1:";;
12881288
esac
12891289
cat <<\_ACEOF
12901290
@@ -1372,7 +1372,7 @@ fi
13721372
test -n "$ac_init_help" && exit $ac_status
13731373
if $ac_init_version; then
13741374
cat <<\_ACEOF
1375-
reaver configure 1.6b
1375+
reaver configure 1.6.1
13761376
generated by GNU Autoconf 2.69
13771377
13781378
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1670,7 +1670,7 @@ cat >config.log <<_ACEOF
16701670
This file contains any messages produced by compilers while
16711671
running configure, to aid debugging if configure makes a mistake.
16721672
1673-
It was created by reaver $as_me 1.6b, which was
1673+
It was created by reaver $as_me 1.6.1, which was
16741674
generated by GNU Autoconf 2.69. Invocation command line was
16751675
16761676
$ $0 $@
@@ -3846,7 +3846,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
38463846
# report actual input values of CONFIG_FILES etc. instead of their
38473847
# values after options handling.
38483848
ac_log="
3849-
This file was extended by reaver $as_me 1.6b, which was
3849+
This file was extended by reaver $as_me 1.6.1, which was
38503850
generated by GNU Autoconf 2.69. Invocation command line was
38513851
38523852
CONFIG_FILES = $CONFIG_FILES
@@ -3899,7 +3899,7 @@ _ACEOF
38993899
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
39003900
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
39013901
ac_cs_version="\\
3902-
reaver config.status 1.6b
3902+
reaver config.status 1.6.1
39033903
configured by $0, generated by GNU Autoconf 2.69,
39043904
with options \\"\$ac_cs_config\\"
39053905

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT(reaver, 1.6b)
1+
AC_INIT(reaver, 1.6.1)
22
AC_CONFIG_FILES([config.mak])
33
AC_PROG_CC
44
AC_LANG(C)

0 commit comments

Comments
 (0)