diff options
author | Anup Patel <anup.patel@wdc.com> | 2021-01-18 18:47:19 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2021-01-18 18:47:19 +0530 |
commit | 234ed8e427f4d92903123199f6590d144e0d9351 (patch) | |
tree | 213301ca74de8146be5d541eddeafda01b9a7dcd /include | |
parent | da5293f7425964b7eae554711fc507003db9881b (diff) |
include: Bump-up version to 0.9
This patch updates OpenSBI version to 0.9 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 86c8b90..3f734fe 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 8 +#define OPENSBI_VERSION_MINOR 9 /** * OpenSBI 32-bit version with: |