Skip to content

Commit 5c04499

Browse files
committed
update libspdm version to 3.4 release
Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
1 parent 4c92162 commit 5c04499

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libspdm version 3.4.0 (pending and unreleased)
1+
libspdm version 3.4.0

include/library/spdm_common_lib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extern "C" {
1919
#define LIBSPDM_MAJOR_VERSION 0x03
2020
#define LIBSPDM_MINOR_VERSION 0x04
2121
#define LIBSPDM_PATCH_VERSION 0x00
22-
#define LIBSPDM_ALPHA 0xff
22+
#define LIBSPDM_ALPHA 0x00
2323

2424
/* Connection: When a host sends messages to a device, they create a connection.
2525
* The host can and only can create one connection with one device.

0 commit comments

Comments
 (0)