diff --git a/VERSION.md b/VERSION.md index e6ce32e1343..a9ee35853c2 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -libspdm version 3.4.0 (pending and unreleased) +libspdm version 3.4.0 diff --git a/include/library/spdm_common_lib.h b/include/library/spdm_common_lib.h index c761b6ee253..b4595d2ad0e 100644 --- a/include/library/spdm_common_lib.h +++ b/include/library/spdm_common_lib.h @@ -19,7 +19,7 @@ extern "C" { #define LIBSPDM_MAJOR_VERSION 0x03 #define LIBSPDM_MINOR_VERSION 0x04 #define LIBSPDM_PATCH_VERSION 0x00 -#define LIBSPDM_ALPHA 0xff +#define LIBSPDM_ALPHA 0x00 /* 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.