diff options
| author | Anup Patel <[email protected]> | 2020-02-24 11:27:57 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2020-02-24 11:27:57 +0530 |
| commit | ac5e821d50be631f26274765a59bc1b444ffd862 (patch) | |
| tree | 7fb8c937a80ee8b4d3e421189aa683732e1899d8 | |
| parent | f8b3bb826d488847009f74409b1898d88b5a6cc7 (diff) | |
include: Bump-up version to 0.6v0.6
This patch updates OpenSBI version to 0.6 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 9268f6df..62615a86 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 5 +#define OPENSBI_VERSION_MINOR 6 /** * OpenSBI 32-bit version with: |
