diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-06-20 11:57:24 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-06-20 11:57:24 +0530 |
commit | a98258d0b537a295f517bbc8d813007336731fa9 (patch) | |
tree | e870f7a34c1475dde90ed115a0fea73f0ce68993 /include | |
parent | 2314101989684585f942b50a827aac4886825ba1 (diff) |
include: Bump-up version to 0.8
This patch updates OpenSBI version to 0.8 as part of
release preparation.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/sbi/sbi_version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_version.h b/include/sbi/sbi_version.h index bee4bbb..86c8b90 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 7 +#define OPENSBI_VERSION_MINOR 8 /** * OpenSBI 32-bit version with: |