From a32a91069119e7a5aa31e6bc51d5e00860be3d80 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Mon, 30 Jun 2025 08:37:30 +0530 Subject: [PATCH] include: Bump-up version to 1.7 Update the OpenSBI version to 1.7 as part of release preparation. Signed-off-by: Anup Patel Signed-off-by: Anup Patel --- include/sbi/sbi_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sbi/sbi_version.h b/include/sbi/sbi_version.h index 90404193..28d21da1 100644 --- a/include/sbi/sbi_version.h +++ b/include/sbi/sbi_version.h @@ -11,7 +11,7 @@ #define __SBI_VERSION_H__ #define OPENSBI_VERSION_MAJOR 1 -#define OPENSBI_VERSION_MINOR 6 +#define OPENSBI_VERSION_MINOR 7 /** * OpenSBI 32-bit version with: