Merge pull request #3002 from ejohnstown/bump-minor-ver

Bump Patch Version
This commit is contained in:
David Garske
2020-05-27 21:09:38 -07:00
committed by GitHub
3 changed files with 33 additions and 3 deletions

View File

@ -1,3 +1,33 @@
# wolfSSL Release 4.4.1 (XX/XX/2020) **IN DEVELOPMENT**
If you have questions about this release, then feel free to contact us on our
info@ address.
Release 4.4.1 of wolfSSL embedded TLS has bug fixes and new features including:
## New Feature Additions
* Place holder.
## Fixes
* Place holder.
## Improvements/Optimizations
* Place holder.
## This release of wolfSSL includes fixes for X security vulnerabilities.
* Place holder.
For additional vulnerability information visit the vulnerability page at
https://www.wolfssl.com/docs/security-vulnerabilities/
See INSTALL file for build instructions.
More info can be found on-line at https://wolfssl.com/wolfSSL/Docs.html
# wolfSSL Release 4.4.0 (04/22/2020) # wolfSSL Release 4.4.0 (04/22/2020)
If you have questions about this release, then feel free to contact us on our If you have questions about this release, then feel free to contact us on our

View File

@ -7,7 +7,7 @@
# #
AC_COPYRIGHT([Copyright (C) 2006-2020 wolfSSL Inc.]) AC_COPYRIGHT([Copyright (C) 2006-2020 wolfSSL Inc.])
AC_PREREQ([2.63]) AC_PREREQ([2.63])
AC_INIT([wolfssl],[4.4.0],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com]) AC_INIT([wolfssl],[4.4.1],[https://github.com/wolfssl/wolfssl/issues],[wolfssl],[https://www.wolfssl.com])
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
# The following sets CFLAGS to empty if unset on command line. We do not # The following sets CFLAGS to empty if unset on command line. We do not

View File

@ -28,8 +28,8 @@
extern "C" { extern "C" {
#endif #endif
#define LIBWOLFSSL_VERSION_STRING "4.4.0" #define LIBWOLFSSL_VERSION_STRING "4.4.1"
#define LIBWOLFSSL_VERSION_HEX 0x04004000 #define LIBWOLFSSL_VERSION_HEX 0x04004001
#ifdef __cplusplus #ifdef __cplusplus
} }