From db4e5f34c8195e26a569dddb7574069c20fb62cc Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Tue, 18 Jul 2023 11:33:26 +0800 Subject: [PATCH] change to official 3.0.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 6e8c63647b8..f4fc20468ef 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -libspdm version 3.0.0 (pre-release) +libspdm version 3.0.0 diff --git a/include/library/spdm_common_lib.h b/include/library/spdm_common_lib.h index 94dd4ae00f6..0c77e57c4a9 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 0x00 #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.