diff options
author | Anup Patel <anup.patel@wdc.com> | 2020-04-20 16:28:42 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2020-04-20 16:28:42 +0530 |
commit | 9f1b72ce66d659e91013b358939e832fb27223f5 (patch) | |
tree | 199d9bdd489f3ff6c435846733bb68d597bff16a | |
parent | 66d018499cf928e0c8c8a15e0a896e7f80ad5f99 (diff) |
include: Bump-up version to 0.7
This patch updates OpenSBI version to 0.7 as part of
release preparation.
Signed-off-by: Anup Patel <anup.patel@wdc.com>
-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 a71de3c..bee4bbb 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 6 +#define OPENSBI_VERSION_MINOR 7 /** * OpenSBI 32-bit version with: |