v2.3.1 updates

pull/197/head
Elms 2021-11-18 16:44:42 -08:00
parent 8ff94c4237
commit 8cf401a5ee
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Release Notes
## wolfTPM Release 2.3.1 (11/18/2021)
**Summary**
Fix for `make install`
**Detail**
* Fix for installing example code on linux builds (PR #196)
## wolfTPM Release 2.3 (11/08/2021)
**Summary**

View File

@ -3,7 +3,7 @@
# All right reserved.
AC_COPYRIGHT([Copyright (C) 2014-2021 wolfSSL Inc.])
AC_INIT([wolftpm],[2.3.0],[https://github.com/wolfssl/wolfTPM/issues],[wolftpm],[http://www.wolfssl.com])
AC_INIT([wolftpm],[2.3.1],[https://github.com/wolfssl/wolfTPM/issues],[wolftpm],[http://www.wolfssl.com])
AC_PREREQ([2.63])
AC_CONFIG_AUX_DIR([build-aux])

View File

@ -34,8 +34,8 @@
extern "C" {
#endif
#define LIBWOLFTPM_VERSION_STRING "2.3.0"
#define LIBWOLFTPM_VERSION_HEX 0x02003000
#define LIBWOLFTPM_VERSION_STRING "2.3.1"
#define LIBWOLFTPM_VERSION_HEX 0x02003001
#ifdef __cplusplus
}