diff options
| author | Anup Patel <anup@brainfault.org> | 2026-06-30 19:49:54 +0530 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2026-06-30 19:49:54 +0530 |
| commit | cbf9f6734dd85a982c63e3cb5db7ffe09da839ca (patch) | |
| tree | d6a4747810533f9da9e17428cab821ccc8b1594c | |
| parent | bf10d3bf89c05cbc4e266de8c9aff7eb55aee748 (diff) | |
| download | opensbi-cbf9f6734dd85a982c63e3cb5db7ffe09da839ca.tar.gz opensbi-cbf9f6734dd85a982c63e3cb5db7ffe09da839ca.zip | |
include: Bump-up version to 1.9v1.9
Update the OpenSBI version to 1.9 as part of release preparation.
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 3b09aa60..60bbef81 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 8 +#define OPENSBI_VERSION_MINOR 9 /** * OpenSBI 32-bit version with: |
