From 28571c8653f657ff26cdd6dfcd36414eff7dab86 Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Thu, 5 Oct 2023 00:08:58 +0800 Subject: [PATCH] 3.1.0 release 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 63daaf83842..15903bee67e 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -libspdm version 3.1.0 (pending and unreleased) +libspdm version 3.1.0 diff --git a/include/library/spdm_common_lib.h b/include/library/spdm_common_lib.h index 8d3e9e5485f..a18bcecd6e4 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 0x01 #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.