Update dev version

This commit is contained in:
Gabor Kiss-Vamosi
2020-08-18 10:45:41 +02:00
parent 9c7c395cc7
commit cc43762030
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
/**
* @file lv_conf.h
* Configuration file for v7.5.0-dev
* Configuration file for v7.6.0-dev-dev
*/
/*

2
lvgl.h
View File

@@ -16,7 +16,7 @@ extern "C" {
***************************/
/*Current version of LVGL*/
#define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 5
#define LVGL_VERSION_MINOR 6
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "dev"