From ec7aae4c581e9fd79c5d0420f6db22acfe03dabf Mon Sep 17 00:00:00 2001 From: Stephan Hadinger Date: Fri, 29 Jul 2022 14:58:24 +0200 Subject: [PATCH] Bump to v1.1.0 --- src/berry.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/berry.h b/src/berry.h index 429a8093..8740bae1 100644 --- a/src/berry.h +++ b/src/berry.h @@ -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."