Bump Patch Version

1. Increase the patch level of the version number in configure.ac.
2. Added a template for the next version in ChangeLog.md.
3. Bumped version.h.
This commit is contained in:
John Safranek 2020-05-27 10:11:58 -07:00
parent e388885407
commit 19fba3648c
No known key found for this signature in database
GPG Key ID: 8CE817DE0D3CCB4A
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)
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_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])
# The following sets CFLAGS to empty if unset on command line. We do not

View File

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