Skip to content

Commit fa39826

Browse files
authored
Merge pull request #197 from elms/prep/v2.3.1
v2.3.1 updates
2 parents 8ff94c4 + 8cf401a commit fa39826

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

ChangeLog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
## wolfTPM Release 2.3.1 (11/18/2021)
4+
5+
**Summary**
6+
7+
Fix for `make install`
8+
9+
**Detail**
10+
11+
* Fix for installing example code on linux builds (PR #196)
12+
313
## wolfTPM Release 2.3 (11/08/2021)
414

515
**Summary**

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# All right reserved.
44

55
AC_COPYRIGHT([Copyright (C) 2014-2021 wolfSSL Inc.])
6-
AC_INIT([wolftpm],[2.3.0],[https://github.com/wolfssl/wolfTPM/issues],[wolftpm],[http://www.wolfssl.com])
6+
AC_INIT([wolftpm],[2.3.1],[https://github.com/wolfssl/wolfTPM/issues],[wolftpm],[http://www.wolfssl.com])
77

88
AC_PREREQ([2.63])
99
AC_CONFIG_AUX_DIR([build-aux])

wolftpm/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
extern "C" {
3535
#endif
3636

37-
#define LIBWOLFTPM_VERSION_STRING "2.3.0"
38-
#define LIBWOLFTPM_VERSION_HEX 0x02003000
37+
#define LIBWOLFTPM_VERSION_STRING "2.3.1"
38+
#define LIBWOLFTPM_VERSION_HEX 0x02003001
3939

4040
#ifdef __cplusplus
4141
}

0 commit comments

Comments
 (0)