diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sbi/sbi_version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sbi/sbi_version.h b/include/sbi/sbi_version.h index 3f734fe..2f64429 100644 --- a/include/sbi/sbi_version.h +++ b/include/sbi/sbi_version.h @@ -10,8 +10,8 @@ #ifndef __SBI_VERSION_H__ #define __SBI_VERSION_H__ -#define OPENSBI_VERSION_MAJOR 0 -#define OPENSBI_VERSION_MINOR 9 +#define OPENSBI_VERSION_MAJOR 1 +#define OPENSBI_VERSION_MINOR 0 /** * OpenSBI 32-bit version with: |