Skip to content

Commit b5ede66

Browse files
authored
Merge pull request #280 from s-hadinger/v1.1.0
Bump to v1.1.0
2 parents 1f27b2a + ec7aae4 commit b5ede66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/berry.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" {
1818
#endif
1919

2020
/* do not modify the version number! */
21-
#define BERRY_VERSION "1.0.0"
21+
#define BERRY_VERSION "1.1.0"
2222

2323
#if BE_STACK_TOTAL_MAX < BE_STACK_FREE_MIN * 2
2424
#error "The value of the macro BE_STACK_TOTAL_MAX is too small."

0 commit comments

Comments
 (0)