fix version number

This commit is contained in:
Gabor Kiss-Vamosi
2020-09-15 11:35:50 +02:00
parent dc0f9253d4
commit 9093395478

4
lvgl.h
View File

@@ -15,9 +15,9 @@ 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 ""
#define LVGL_VERSION_INFO "dev"
/*********************
* INCLUDES