aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnup Patel <anup.patel@wdc.com>2019-02-22 11:33:22 +0530
committerAnup Patel <anup.patel@wdc.com>2019-02-22 11:33:22 +0530
commita1ffba1ac9b0cde0e9005fa79b36e45216646b9d (patch)
treebd7addf82edfb3e50dd288482bfad1c6a0189456
parentd022c5d3ae7890a0c11341c80dcef3e3ae674247 (diff)
include: Bump-up version to 0.2
This patch increases OpenSBI version to 0.2. Signed-off-by: Anup Patel <anup.patel@wdc.com>
-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 74b65e0..cab0e79 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 1
+#define OPENSBI_VERSION_MINOR 2
#endif