We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d535b commit 1be116cCopy full SHA for 1be116c
VERSION.md
@@ -1 +1 @@
1
-libspdm version 3.7.0 (pending and unreleased)
+libspdm version 3.7.0
include/library/spdm_common_lib.h
@@ -19,7 +19,7 @@ extern "C" {
19
#define LIBSPDM_MAJOR_VERSION 0x03
20
#define LIBSPDM_MINOR_VERSION 0x07
21
#define LIBSPDM_PATCH_VERSION 0x00
22
-#define LIBSPDM_ALPHA 0xFF
+#define LIBSPDM_ALPHA 0x00
23
24
/* Connection: When a host sends messages to a device, they create a connection.
25
* The host can and only can create one connection with one device.
0 commit comments