1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix version nnumber

This commit is contained in:
Gabor Kiss-Vamosi 2020-08-04 09:28:16 +02:00
parent b58f9c6021
commit 0ec409f83e

2
lvgl.h
View File

@ -77,7 +77,7 @@ extern "C" {
*********************/
/*Current version of LVGL*/
#define LVGL_VERSION_MAJOR 7
#define LVGL_VERSION_MINOR 4
#define LVGL_VERSION_MINOR 3
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "dev"