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

release v4.1.0

This commit is contained in:
Kiss-Vamosi Gabor 2017-07-09 15:33:27 +02:00
parent 7fab8564d0
commit f16c78fc9f

2
lvgl.h
View File

@ -17,7 +17,7 @@ extern "C" {
/*Test misc. module version*/
#include "misc/misc.h"
#define LV_MISC_REQ_MAJOR 4
#define LV_MISC_REQ_MINOR 0
#define LV_MISC_REQ_MINOR 1
#define LV_MISC_REQ_PATCH 0
#if MISC_VERSION_MAJOR != LV_MISC_REQ_MAJOR /*The version major has to match*/