diff --git a/lv_conf_template.h b/lv_conf_template.h index 7f009b082..d4d419a6c 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v7.5.0-dev + * Configuration file for v7.6.0-dev */ /* diff --git a/lvgl.h b/lvgl.h index 288d48184..1ab541ea0 100644 --- a/lvgl.h +++ b/lvgl.h @@ -14,9 +14,9 @@ extern "C" { /*************************** * CURRENT VERSION OF LVGL ***************************/ -#define LVGL_VERSION_MAJOR 7 -#define LVGL_VERSION_MINOR 5 -#define LVGL_VERSION_PATCH 0 +#define LVGL_VERSION_MAJOR 7 +#define LVGL_VERSION_MINOR 6 +#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_INFO "dev" /*********************