Skip to content

Commit 828ef62

Browse files
committed
update version to 3.3
Signed-off-by: Jiewen Yao <[email protected]>
1 parent a6a3ad1 commit 828ef62

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION.md

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

include/library/spdm_common_lib.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Copyright Notice:
3-
* Copyright 2021-2022 DMTF. All rights reserved.
3+
* Copyright 2021-2024 DMTF. All rights reserved.
44
* License: BSD 3-Clause License. For full text see link: https://github.com/DMTF/libspdm/blob/main/LICENSE.md
55
**/
66

@@ -15,7 +15,7 @@
1515
#define LIBSPDM_MAJOR_VERSION 0x03
1616
#define LIBSPDM_MINOR_VERSION 0x03
1717
#define LIBSPDM_PATCH_VERSION 0x00
18-
#define LIBSPDM_ALPHA 0xFF
18+
#define LIBSPDM_ALPHA 0x00
1919

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

0 commit comments

Comments
 (0)