diff options
author | Anup Patel <anup.patel@wdc.com> | 2021-12-24 17:27:44 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-12-24 17:27:44 +0530 |
commit | 48f91ee9c960f048c4a7d1da4447d31e04931e38 (patch) | |
tree | 1179cd8a34673c65d27da878c53a7ec845ed71e0 | |
parent | d30bde36d5b7a7ad74176ddf9ede4d7eb2bca86b (diff) |
This patch updates OpenSBI version to 1.0 as part of
release preparation.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
-rw-r--r-- | include/sbi/sbi_version.h | 4 |
1 files 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: |