Skip to content

Commit

Permalink
Merge pull request #280 from s-hadinger/v1.1.0
Browse files Browse the repository at this point in the history
Bump to v1.1.0
  • Loading branch information
s-hadinger authored Aug 1, 2022
2 parents 1f27b2a + ec7aae4 commit b5ede66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/berry.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extern "C" {
#endif

/* do not modify the version number! */
#define BERRY_VERSION "1.0.0"
#define BERRY_VERSION "1.1.0"

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

0 comments on commit b5ede66

Please sign in to comment.