diff options
author | Anup Patel <anup.patel@wdc.com> | 2019-10-09 11:33:53 +0530 |
---|---|---|
committer | Anup Patel <anup.patel@wdc.com> | 2019-10-09 11:33:53 +0530 |
commit | be92da280d87c38a2e0adc5d3f43bab7b5468f09 (patch) | |
tree | dc1d59f762c17d1b4d15a319a7960b11013aaffc | |
parent | 30f09fbfd1ec0269dafb1dbb3c9c07f1b5c0ec81 (diff) |
include: Bump-up version to 0.5
This patch updates OpenSBI version to 0.5 as part of
release preparation.
Signed-off-by: Anup Patel <anup.patel@wdc.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 910b0b7..9268f6d 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 0 -#define OPENSBI_VERSION_MINOR 4 +#define OPENSBI_VERSION_MINOR 5 /** * OpenSBI 32-bit version with: |