Skip to content

Commit fc36b4f

Browse files
committed
Update version after 3.5 release
Signed-off-by: Jiewen Yao <[email protected]>
1 parent ea12278 commit fc36b4f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
libspdm version 3.5.0
1+
libspdm version 3.6.0 (pending and unreleased)

include/library/spdm_common_lib.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ extern "C" {
1717
#include "library/spdm_return_status.h"
1818

1919
#define LIBSPDM_MAJOR_VERSION 0x03
20-
#define LIBSPDM_MINOR_VERSION 0x05
20+
#define LIBSPDM_MINOR_VERSION 0x06
2121
#define LIBSPDM_PATCH_VERSION 0x00
22-
#define LIBSPDM_ALPHA 0x00
22+
#define LIBSPDM_ALPHA 0xFF
2323

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

0 commit comments

Comments
 (0)