From ac5e821d50be631f26274765a59bc1b444ffd862 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Mon, 24 Feb 2020 11:27:57 +0530 Subject: [PATCH] include: Bump-up version to 0.6 This patch updates OpenSBI version to 0.6 as part of release preparation. 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 9268f6d..62615a8 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 0 -#define OPENSBI_VERSION_MINOR 5 +#define OPENSBI_VERSION_MINOR 6 /** * OpenSBI 32-bit version with: -- 2.7.4