From 48f91ee9c960f048c4a7d1da4447d31e04931e38 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Fri, 24 Dec 2021 17:27:44 +0530 Subject: [PATCH] include: Bump-up version to 1.0 This patch updates OpenSBI version to 1.0 as part of release preparation. Signed-off-by: Anup Patel --- include/sbi/sbi_version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/sbi/sbi_version.h b/include/sbi/sbi_version.h index 3f734fe..2f64429 100644 --- a/include/sbi/sbi_version.h +++ b/include/sbi/sbi_version.h @@ -10,8 +10,8 @@ #ifndef __SBI_VERSION_H__ #define __SBI_VERSION_H__ -#define OPENSBI_VERSION_MAJOR 0 -#define OPENSBI_VERSION_MINOR 9 +#define OPENSBI_VERSION_MAJOR 1 +#define OPENSBI_VERSION_MINOR 0 /** * OpenSBI 32-bit version with: -- 2.7.4