Skip to content

Commit

Permalink
Bump to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-hadinger committed Jul 29, 2022
1 parent 1f27b2a commit ec7aae4
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 ec7aae4

Please sign in to comment.