Update dev version

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-15 11:56:57 +02:00
parent ac52762c20
commit 9b953abbd2
2 changed files with 4 additions and 4 deletions

6
lvgl.h
View File

@@ -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"
/*********************