diff options
author | Anup Patel <apatel@ventanamicro.com> | 2024-12-24 15:28:18 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2024-12-24 15:28:18 +0530 |
commit | bd613dd92113f683052acfb23d9dc8ba60029e0a (patch) | |
tree | 0c7b4d39ddbb8487bae4fadc6c8de7517834f00f | |
parent | 7150db29d7186808cc0df66b54dde1cb0ffe3535 (diff) | |
download | opensbi-bd613dd92113f683052acfb23d9dc8ba60029e0a.zip opensbi-bd613dd92113f683052acfb23d9dc8ba60029e0a.tar.gz opensbi-bd613dd92113f683052acfb23d9dc8ba60029e0a.tar.bz2 |
include: Bump-up version to 1.6v1.6
Update the OpenSBI version to 1.6 as part of release preparation.
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
-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 d876aa5..9040419 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 1 -#define OPENSBI_VERSION_MINOR 5 +#define OPENSBI_VERSION_MINOR 6 /** * OpenSBI 32-bit version with: |