diff --git a/lvgl.h b/lvgl.h index fb0aebe06..6b9a6fc26 100644 --- a/lvgl.h +++ b/lvgl.h @@ -17,7 +17,7 @@ extern "C" { /*Test misc. module version*/ #include "misc/misc.h" #define LV_MISC_REQ_MAJOR 4 -#define LV_MISC_REQ_MINOR 0 +#define LV_MISC_REQ_MINOR 1 #define LV_MISC_REQ_PATCH 0 #if MISC_VERSION_MAJOR != LV_MISC_REQ_MAJOR /*The version major has to match*/