From 071457cd3c51a3dbd212edb5ad0a02df80084ff5 Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Thu, 11 Jan 2024 20:57:51 +0800 Subject: [PATCH] update version 3.2.0 Signed-off-by: Jiewen Yao --- VERSION.md | 2 +- include/library/spdm_common_lib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.md b/VERSION.md index 09e80795008..c35ea505126 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -libspdm version 3.2.0 (pending and unreleased) +libspdm version 3.2.0 diff --git a/include/library/spdm_common_lib.h b/include/library/spdm_common_lib.h index 96c8cdcce7d..14a830ade53 100644 --- a/include/library/spdm_common_lib.h +++ b/include/library/spdm_common_lib.h @@ -15,7 +15,7 @@ #define LIBSPDM_MAJOR_VERSION 0x03 #define LIBSPDM_MINOR_VERSION 0x02 #define LIBSPDM_PATCH_VERSION 0x00 -#define LIBSPDM_ALPHA 0xFF +#define LIBSPDM_ALPHA 0x00 /* Connection: When a host sends messages to a device, they create a connection. * The host can and only can create one connection with one device.