We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea12278 commit fc36b4fCopy full SHA for fc36b4f
VERSION.md
@@ -1 +1 @@
1
-libspdm version 3.5.0
+libspdm version 3.6.0 (pending and unreleased)
include/library/spdm_common_lib.h
@@ -17,9 +17,9 @@ extern "C" {
17
#include "library/spdm_return_status.h"
18
19
#define LIBSPDM_MAJOR_VERSION 0x03
20
-#define LIBSPDM_MINOR_VERSION 0x05
+#define LIBSPDM_MINOR_VERSION 0x06
21
#define LIBSPDM_PATCH_VERSION 0x00
22
-#define LIBSPDM_ALPHA 0x00
+#define LIBSPDM_ALPHA 0xFF
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