From e7824cf41200a5d2721918867c2b4355db5fe02d Mon Sep 17 00:00:00 2001 From: William Roberts Date: Mon, 17 May 2021 14:03:28 -0500 Subject: [PATCH] bump for release 2.4.6 Signed-off-by: William Roberts --- CHANGELOG.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 883c151c0..37e8506f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [2.4.6-rc2] - 2021-05-10 +## [2.4.6] - 2021-05-17 ### Changed or Fixed - Fixed possible access outside the array in ifapi_calculate_tree. - Fixed binding of ESYS_TR_RH_NULL (Fixes #1993) diff --git a/configure.ac b/configure.ac index 118cc6244..75c5b2459 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # All rights reserved. AC_INIT([tpm2-tss], - [2.4.6-rc2], + [2.4.6], [https://github.com/tpm2-software/tpm2-tss/issues], [], [https://github.com/tpm2-software/tpm2-tss])