Bump Version

pull/155/head
John Safranek 2019-04-22 10:18:28 -07:00
parent f134754112
commit cc46579db7
3 changed files with 35 additions and 41 deletions

3
README
View File

@ -201,10 +201,8 @@ A full list of supported commands can be seen with typeing "help" after a
connection.
```
wolfSSH sftp> help
Commands :
cd <string> change directory
chmod <mode> <path> change mode
@ -218,7 +216,6 @@ rename <old> <new> renames remote file
reget <remote file> <local file> resume pulling file
reput <remote file> <local file> resume pushing file
<crtl + c> interrupt get/put cmd
```
An example of connecting to another system would be

View File

@ -201,10 +201,8 @@ A full list of supported commands can be seen with typeing "help" after a
connection.
```
wolfSSH sftp> help
Commands :
cd <string> change directory
chmod <mode> <path> change mode
@ -218,7 +216,6 @@ rename <old> <new> renames remote file
reget <remote file> <local file> resume pulling file
reput <remote file> <local file> resume pushing file
<crtl + c> interrupt get/put cmd
```
An example of connecting to another system would be

View File

@ -2,14 +2,14 @@
# Copyright (C) 2014-2018 wolfSSL Inc.
# All right reserved.
AC_COPYRIGHT([Copyright (C) 2014-2018 wolfSSL Inc.])
AC_COPYRIGHT([Copyright (C) 2014-2019 wolfSSL Inc.])
AC_INIT([wolfssh],[1.3.1],[support@wolfssl.com],[wolfssh],[https://www.wolfssl.com])
AC_PREREQ([2.63])
AC_CONFIG_AUX_DIR([build-aux])
: ${CFLAGS=""}
# Test ar for the "U" option. Should be checked before the libtool macros.
xxx_ar_flags=$((ar --help) 2>&1)
xxx_ar_flags=$(ar --help 2>&1)
AS_CASE([$xxx_ar_flags],[*'use actual timestamps and uids/gids'*],[: ${AR_FLAGS="Ucru"}])
AC_CANONICAL_HOST
@ -20,7 +20,7 @@ AC_ARG_PROGRAM
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([src/config.h])
WOLFSSH_LIBRARY_VERSION=6:0:1
WOLFSSH_LIBRARY_VERSION=7:0:2
# | | |
# +------+ | +---+
# | | |