diff --git a/README b/README index 539a9e2..146cfa1 100644 --- a/README +++ b/README @@ -177,7 +177,7 @@ port forwarding support in wolfSSH. sftp support ------------------------ +------------ wolfSSH provides server and client side support for SFTP version 3. This allows the user to set up an encrypted connection for managing file systems. diff --git a/README.md b/README.md index 261bc32..6a81b3e 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ port forwarding support in wolfSSH. sftp support ------------------------ +------------ wolfSSH provides server and client side support for SFTP version 3. This allows the user to set up an encrypted connection for managing file systems. @@ -221,4 +221,4 @@ reput resume pushing file An example of connecting to another system would be - src/wolfssh$ ./wolfsftp/client/wolfsftp -p 22 -u user -h 192.168.1.111 \ No newline at end of file + src/wolfssh$ ./wolfsftp/client/wolfsftp -p 22 -u user -h 192.168.1.111 diff --git a/configure.ac b/configure.ac index 8682866..94e5a5e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # All right reserved. AC_COPYRIGHT([Copyright (C) 2014-2018 wolfSSL Inc.]) -AC_INIT([wolfssh],[1.3.0],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com]) +AC_INIT([wolfssh],[1.3.1],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com]) AC_PREREQ([2.63]) AC_CONFIG_AUX_DIR([build-aux]) @@ -20,7 +20,7 @@ AC_ARG_PROGRAM AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([src/config.h]) -WOLFSSH_LIBRARY_VERSION=5:0:1 +WOLFSSH_LIBRARY_VERSION=6:0:1 # | | | # +------+ | +---+ # | | | diff --git a/wolfssh/version.h b/wolfssh/version.h index 0ae75ba..8928934 100644 --- a/wolfssh/version.h +++ b/wolfssh/version.h @@ -33,8 +33,8 @@ extern "C" { #endif -#define LIBWOLFSSH_VERSION_STRING "1.3.0" -#define LIBWOLFSSH_VERSION_HEX 0x01003000 +#define LIBWOLFSSH_VERSION_STRING "1.3.1" +#define LIBWOLFSSH_VERSION_HEX 0x01003001 #ifdef __cplusplus }