summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-02-26 19:54:59 +0300
committerAnup Patel <anup@brainfault.org>2019-02-26 19:54:59 +0300
commitca20ac0cd4c099006d4eea4d9ac7bd7b58e2ae0f (patch)
tree66f70aab836692a681a04e437cd95f9f1bbe853e /include
parent42e9ad556ddae97dde3a55d649213a606efb01c0 (diff)
downloadopensbi-ca20ac0cd4c099006d4eea4d9ac7bd7b58e2ae0f.tar.xz
include: Bump-up version to 0.3
This patch updates OpenSBI version to 0.3 as part of release preparation. Signed-off-by: Anup Patel <anup.patel@wdc.com>
Diffstat (limited to 'include')
-rw-r--r--include/sbi/sbi_version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi/sbi_version.h b/include/sbi/sbi_version.h
index cab0e79..279c040 100644
--- a/include/sbi/sbi_version.h
+++ b/include/sbi/sbi_version.h
@@ -11,6 +11,6 @@
#define __SBI_VERSION_H__
#define OPENSBI_VERSION_MAJOR 0
-#define OPENSBI_VERSION_MINOR 2
+#define OPENSBI_VERSION_MINOR 3
#endif