From 9b953abbd22a87a3a866884930b3fbd94115a0d8 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 15 Sep 2020 11:56:57 +0200 Subject: [PATCH] Update dev version --- lv_conf_template.h | 2 +- lvgl.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lv_conf_template.h b/lv_conf_template.h index 7bb7d06be..899ec22dc 100644 --- a/lv_conf_template.h +++ b/lv_conf_template.h @@ -1,6 +1,6 @@ /** * @file lv_conf.h - * Configuration file for v7.6.0-dev + * Configuration file for v7.7.0-dev */ /* diff --git a/lvgl.h b/lvgl.h index d842d1062..d40b3fae4 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 6 -#define LVGL_VERSION_PATCH 0 +#define LVGL_VERSION_MAJOR 7 +#define LVGL_VERSION_MINOR 7 +#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_INFO "dev" /*********************