diff options
author | Anup Patel <apatel@ventanamicro.com> | 2023-12-27 12:32:58 +0530 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2023-12-27 12:32:58 +0530 |
commit | a2b255b88918715173942f2c5e1f97ac9e90c877 (patch) | |
tree | 4cdaa27500c8a200d70107d80dd6337f15541b35 /include | |
parent | bbd065d903c8cafdcdc01aea5ccf280e17137013 (diff) | |
download | opensbi-a2b255b88918715173942f2c5e1f97ac9e90c877.zip opensbi-a2b255b88918715173942f2c5e1f97ac9e90c877.tar.gz opensbi-a2b255b88918715173942f2c5e1f97ac9e90c877.tar.bz2 |
include: Bump-up version to 1.4v1.4
This patch updates OpenSBI version to 1.4 as part of
release preparation.
Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Signed-off-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'include')
-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 641cf88..8d9e395 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 3 +#define OPENSBI_VERSION_MINOR 4 /** * OpenSBI 32-bit version with: |