diff options
author | Anup Patel <apatel@ventanamicro.com> | 2025-06-30 08:37:30 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2025-06-30 08:37:30 +0530 |
commit | a32a91069119e7a5aa31e6bc51d5e00860be3d80 (patch) | |
tree | efc7b5436489c1959c54e731112bf0e47637004d | |
parent | c2671bb69f17722a537b2b0403cf2d70639af346 (diff) | |
download | opensbi-a32a91069119e7a5aa31e6bc51d5e00860be3d80.zip opensbi-a32a91069119e7a5aa31e6bc51d5e00860be3d80.tar.gz opensbi-a32a91069119e7a5aa31e6bc51d5e00860be3d80.tar.bz2 |
include: Bump-up version to 1.7v1.7
Update the OpenSBI version to 1.7 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 9040419..28d21da 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 6 +#define OPENSBI_VERSION_MINOR 7 /** * OpenSBI 32-bit version with: |