diff options
| author | Anup Patel <[email protected]> | 2019-07-02 11:11:08 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2019-07-02 11:11:08 +0530 |
| commit | ce228ee0919deb9957192d723eecc8aaae2697c6 (patch) | |
| tree | ba98608f61cf6fb8449688dc86654e6ac718be51 | |
| parent | 42c938e3f0ed2b8c48c815daa1a3cea8a9f71b70 (diff) | |
include: Bump-up version to 0.4v0.4
This patch updates OpenSBI version to 0.4 as part of
release preparation.
Signed-off-by: Anup Patel <[email protected]>
| -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 d1c39b07..910b0b76 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 3 +#define OPENSBI_VERSION_MINOR 4 /** * OpenSBI 32-bit version with: |
