Merge pull request #117 from ejohnstown/dot-release

Touched for .1 release
pull/120/head
JacobBarthelmeh 2018-11-15 17:27:35 -07:00 committed by GitHub
commit 3d42337b0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

2
README
View File

@ -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.

View File

@ -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 <remote file> <local file> 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
src/wolfssh$ ./wolfsftp/client/wolfsftp -p 22 -u user -h 192.168.1.111

View File

@ -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
# | | |
# +------+ | +---+
# | | |

View File

@ -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
}