Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update version post 3.6 release #2955

Merged
merged 1 commit into from
Jan 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
libspdm version 3.6.0
libspdm version 3.7.0 (pending and unreleased)
4 changes: 2 additions & 2 deletions include/library/spdm_common_lib.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ extern "C" {
#include "library/spdm_return_status.h"

#define LIBSPDM_MAJOR_VERSION 0x03
#define LIBSPDM_MINOR_VERSION 0x06
#define LIBSPDM_MINOR_VERSION 0x07
#define LIBSPDM_PATCH_VERSION 0x00
#define LIBSPDM_ALPHA 0x00
#define LIBSPDM_ALPHA 0xFF

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