diff --git a/README.md b/README.md index e9646a5..092d536 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ or # Reaver Usage -```Reaver v1.6.2 WiFi Protected Setup Attack Tool +```Reaver v1.6.3 WiFi Protected Setup Attack Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner Required Arguments: @@ -124,7 +124,7 @@ See our wiki: [Introducing a new way to crack WPS: Option p with an Arbitrary St # Wash Usage ``` -Wash v1.6.2 WiFi Protected Setup Scan Tool +Wash v1.6.3 WiFi Protected Setup Scan Tool Copyright (c) 2011, Tactical Network Solutions, Craig Heffner Required Arguments: diff --git a/src/configure b/src/configure index 27c8d35..440713d 100755 --- a/src/configure +++ b/src/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for reaver 1.6.2. +# Generated by GNU Autoconf 2.69 for reaver 1.6.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='reaver' PACKAGE_TARNAME='reaver' -PACKAGE_VERSION='1.6.2' -PACKAGE_STRING='reaver 1.6.2' +PACKAGE_VERSION='1.6.3' +PACKAGE_STRING='reaver 1.6.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1223,7 +1223,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 reaver 1.6.2 to adapt to many kinds of systems. +\`configure' configures reaver 1.6.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1284,7 +1284,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of reaver 1.6.2:";; + short | recursive ) echo "Configuration of reaver 1.6.3:";; esac cat <<\_ACEOF @@ -1372,7 +1372,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -reaver configure 1.6.2 +reaver configure 1.6.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1670,7 +1670,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 reaver $as_me 1.6.2, which was +It was created by reaver $as_me 1.6.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3846,7 +3846,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 reaver $as_me 1.6.2, which was +This file was extended by reaver $as_me 1.6.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3899,7 +3899,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="\\ -reaver config.status 1.6.2 +reaver config.status 1.6.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/src/configure.ac b/src/configure.ac index fa8cccf..7345f95 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(reaver, 1.6.2) +AC_INIT(reaver, 1.6.3) AC_CONFIG_FILES([config.mak]) AC_PROG_CC AC_LANG(C)