From ca20ac0cd4c099006d4eea4d9ac7bd7b58e2ae0f Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Tue, 26 Feb 2019 22:24:59 +0530 Subject: [PATCH] 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 --- include/sbi/sbi_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4