diff --git a/lv_conf_template.h b/lv_conf_template.h index f05195993..13e30b1aa 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v7.7.0-dev + * Configuration file for v7.8.0-dev */ /* diff --git a/lvgl.h b/lvgl.h index d40b3fae4..c61a0e06e 100644 --- a/lvgl.h +++ b/lvgl.h @@ -15,7 +15,7 @@ extern "C" { * CURRENT VERSION OF LVGL ***************************/ #define LVGL_VERSION_MAJOR 7 -#define LVGL_VERSION_MINOR 7 +#define LVGL_VERSION_MINOR 8 #define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_INFO "dev"