include: Bump-up version to 0.3 v0.3
authorAnup Patel <anup.patel@wdc.com>
Tue, 26 Feb 2019 16:54:59 +0000 (22:24 +0530)
committerAnup Patel <anup@brainfault.org>
Tue, 26 Feb 2019 16:54:59 +0000 (22:24 +0530)
This patch updates OpenSBI version to 0.3 as part of
release preparation.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
include/sbi/sbi_version.h

index cab0e79..279c040 100644 (file)
@@ -11,6 +11,6 @@
 #define __SBI_VERSION_H__
 
 #define OPENSBI_VERSION_MAJOR          0
-#define OPENSBI_VERSION_MINOR          2
+#define OPENSBI_VERSION_MINOR          3
 
 #endif