Skip to content

Commit

Permalink
Merge pull request #197 from elms/prep/v2.3.1
Browse files Browse the repository at this point in the history
v2.3.1 updates
  • Loading branch information
dgarske authored Nov 19, 2021
2 parents 8ff94c4 + 8cf401a commit fa39826
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down
4 changes: 2 additions & 2 deletions wolftpm/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit fa39826

Please sign in to comment.