Skip to content

Commit 03ba435

Browse files
committed
release 1.6.3
1 parent c53f7fe commit 03ba435

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ or
6868

6969
# Reaver Usage
7070

71-
```Reaver v1.6.2 WiFi Protected Setup Attack Tool
71+
```Reaver v1.6.3 WiFi Protected Setup Attack Tool
7272
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner <cheffner@tacnetsol.com>
7373
7474
Required Arguments:
@@ -124,7 +124,7 @@ See our wiki: [Introducing a new way to crack WPS: Option p with an Arbitrary St
124124
# Wash Usage
125125

126126
```
127-
Wash v1.6.2 WiFi Protected Setup Scan Tool
127+
Wash v1.6.3 WiFi Protected Setup Scan Tool
128128
Copyright (c) 2011, Tactical Network Solutions, Craig Heffner
129129
130130
Required Arguments:

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.6.2.
3+
# Generated by GNU Autoconf 2.69 for reaver 1.6.3.
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.6.2'
581-
PACKAGE_STRING='reaver 1.6.2'
580+
PACKAGE_VERSION='1.6.3'
581+
PACKAGE_STRING='reaver 1.6.3'
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.6.2 to adapt to many kinds of systems.
1226+
\`configure' configures reaver 1.6.3 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.6.2:";;
1287+
short | recursive ) echo "Configuration of reaver 1.6.3:";;
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.6.2
1375+
reaver configure 1.6.3
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.6.2, which was
1673+
It was created by reaver $as_me 1.6.3, 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.6.2, which was
3849+
This file was extended by reaver $as_me 1.6.3, 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.6.2
3902+
reaver config.status 1.6.3
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.6.2)
1+
AC_INIT(reaver, 1.6.3)
22
AC_CONFIG_FILES([config.mak])
33
AC_PROG_CC
44
AC_LANG(C)

0 commit comments

Comments
 (0)