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 9b636f5 commit 5ebe5e3Copy full SHA for 5ebe5e3
VERSION.md
@@ -1 +1 @@
1
-libspdm version 3.6.0 (pending and unreleased)
+libspdm version 3.6.0
include/library/spdm_common_lib.h
@@ -1,6 +1,6 @@
/**
2
* Copyright Notice:
3
- * Copyright 2021-2024 DMTF. All rights reserved.
+ * Copyright 2021-2025 DMTF. All rights reserved.
4
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
5
**/
6
@@ -19,7 +19,7 @@ extern "C" {
19
#define LIBSPDM_MAJOR_VERSION 0x03
20
#define LIBSPDM_MINOR_VERSION 0x06
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