diff options
| author | Anup Patel <apatel@ventanamicro.com> | 2023-06-23 11:01:49 +0530 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2023-06-23 11:01:49 +0530 |
| commit | 2552799a1df30a3dcd2321a8b75d61d06f5fb9fc (patch) | |
| tree | d3c8ec343ef8a16bf46af96d23a1fcb9552a59c7 | |
| parent | 8bd666a25b543ba391ae6ee81c1a2469e95c4a05 (diff) | |
| download | opensbi-2552799a1df30a3dcd2321a8b75d61d06f5fb9fc.tar.gz opensbi-2552799a1df30a3dcd2321a8b75d61d06f5fb9fc.zip | |
include: Bump-up version to 1.3v1.3
This patch updates OpenSBI version to 1.3 as part of
release preparation.
Signed-off-by: Anup Patel <apatel@ventanamicro.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 dd75deae..641cf881 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 2 +#define OPENSBI_VERSION_MINOR 3 /** * OpenSBI 32-bit version with: |
