File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- libspdm version 3.6.0 (pending and unreleased)
1
+ libspdm version 3.6.0
Original file line number Diff line number Diff line change 1
1
/**
2
2
* Copyright Notice:
3
- * Copyright 2021-2024 DMTF. All rights reserved.
3
+ * Copyright 2021-2025 DMTF. All rights reserved.
4
4
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
5
5
**/
6
6
@@ -19,7 +19,7 @@ extern "C" {
19
19
#define LIBSPDM_MAJOR_VERSION 0x03
20
20
#define LIBSPDM_MINOR_VERSION 0x06
21
21
#define LIBSPDM_PATCH_VERSION 0x00
22
- #define LIBSPDM_ALPHA 0xFF
22
+ #define LIBSPDM_ALPHA 0x00
23
23
24
24
/* Connection: When a host sends messages to a device, they create a connection.
25
25
* The host can and only can create one connection with one device.
You can’t perform that action at this time.
0 commit comments