From 269e520c0bd87c2b82f4455f7c3e9b3f87b8eca5 Mon Sep 17 00:00:00 2001 From: Steven Bellock Date: Fri, 13 Oct 2023 09:50:46 -0700 Subject: [PATCH] Update version information for 3.1.1 release Signed-off-by: Steven Bellock --- VERSION.md | 2 +- include/library/spdm_common_lib.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.md b/VERSION.md index 15903bee67e..7b73109d1c7 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1 +1 @@ -libspdm version 3.1.0 +libspdm version 3.1.1 diff --git a/include/library/spdm_common_lib.h b/include/library/spdm_common_lib.h index a18bcecd6e4..224273d2fcb 100644 --- a/include/library/spdm_common_lib.h +++ b/include/library/spdm_common_lib.h @@ -14,7 +14,7 @@ #define LIBSPDM_MAJOR_VERSION 0x03 #define LIBSPDM_MINOR_VERSION 0x01 -#define LIBSPDM_PATCH_VERSION 0x00 +#define LIBSPDM_PATCH_VERSION 0x01 #define LIBSPDM_ALPHA 0x00 /* Connection: When a host sends messages to a device, they create a connection.