Skip to content

Commit 48f91ee

Browse files
committed
include: Bump-up version to 1.0
This patch updates OpenSBI version to 1.0 as part of release preparation. Signed-off-by: Anup Patel <[email protected]>
1 parent d30bde3 commit 48f91ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/sbi/sbi_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#ifndef __SBI_VERSION_H__
1111
#define __SBI_VERSION_H__
1212

13-
#define OPENSBI_VERSION_MAJOR 0
14-
#define OPENSBI_VERSION_MINOR 9
13+
#define OPENSBI_VERSION_MAJOR 1
14+
#define OPENSBI_VERSION_MINOR 0
1515

1616
/**
1717
* OpenSBI 32-bit version with:

0 commit comments

Comments
 (0)