diff --git a/lv_conf_template.h b/lv_conf_template.h index d17601a99..ede5f0f10 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v7.3.1 + * Configuration file for v7.5.0-dev */ /* diff --git a/lvgl.h b/lvgl.h index fd66cc098..5d1361cd7 100644 --- a/lvgl.h +++ b/lvgl.h @@ -15,9 +15,9 @@ extern "C" { * CURRENT VERSION OF LVGL ***************************/ /*Current version of LVGL*/ -#define LVGL_VERSION_MAJOR 7 -#define LVGL_VERSION_MINOR 4 -#define LVGL_VERSION_PATCH 0 +#define LVGL_VERSION_MAJOR 7 +#define LVGL_VERSION_MINOR 5 +#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_INFO "dev" /*********************