From 3d32290ee40de2c5e5e476468bad430084299f20 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 1 Sep 2020 11:59:50 +0200 Subject: [PATCH] fix version number --- lv_conf_template.h | 2 +- lvgl.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lv_conf_template.h b/lv_conf_template.h index f41d573c2..7f009b082 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v7.4.0 + * Configuration file for v7.5.0-dev */ /* diff --git a/lvgl.h b/lvgl.h index ee54e2d80..288d48184 100644 --- a/lvgl.h +++ b/lvgl.h @@ -15,9 +15,9 @@ extern "C" { * CURRENT VERSION OF LVGL ***************************/ #define LVGL_VERSION_MAJOR 7 -#define LVGL_VERSION_MINOR 4 +#define LVGL_VERSION_MINOR 5 #define LVGL_VERSION_PATCH 0 -#define LVGL_VERSION_INFO "" +#define LVGL_VERSION_INFO "dev" /********************* * INCLUDES