From 3c9468a621939e53aec03cd4a8c513370ba236fe Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 6 Oct 2020 09:54:32 +0200 Subject: [PATCH] Update dev version --- lv_conf_template.h | 2 +- lvgl.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"