From 5c044996364d60e58a7356eb565141e8a4b00af5 Mon Sep 17 00:00:00 2001 From: Jiewen Yao Date: Tue, 9 Jul 2024 09:47:32 +0800 Subject: [PATCH] update libspdm version to 3.4 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 e6ce32e1343..a9ee35853c2 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -libspdm version 3.4.0 (pending and unreleased) +libspdm version 3.4.0 diff --git a/include/library/spdm_common_lib.h b/include/library/spdm_common_lib.h index c761b6ee253..b4595d2ad0e 100644 --- a/include/library/spdm_common_lib.h +++ b/include/library/spdm_common_lib.h @@ -19,7 +19,7 @@ extern "C" { #define LIBSPDM_MAJOR_VERSION 0x03 #define LIBSPDM_MINOR_VERSION 0x04 #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.