BigW Consortium Gitlab

Commit 7dfb4eb3 by Gabor

Release v4.2.0

parent b424927b
...@@ -45,12 +45,12 @@ extern "C" { ...@@ -45,12 +45,12 @@ extern "C" {
*********************/ *********************/
/*Current version of LittlevGL*/ /*Current version of LittlevGL*/
#define LVGL_VERSION_MAJOR 4 #define LVGL_VERSION_MAJOR 4
#define LVGL_VERSION_MINOR 1 #define LVGL_VERSION_MINOR 2
#define LVGL_VERSION_PATH 1 #define LVGL_VERSION_PATH 0
/*Required misc. library version*/ /*Required misc. library version*/
#define LV_MISC_REQ_MAJOR 4 #define LV_MISC_REQ_MAJOR 4
#define LV_MISC_REQ_MINOR 1 #define LV_MISC_REQ_MINOR 2
#define LV_MISC_REQ_PATCH 0 #define LV_MISC_REQ_PATCH 0
#if MISC_VERSION_MAJOR != LV_MISC_REQ_MAJOR /*The version major has to match*/ #if MISC_VERSION_MAJOR != LV_MISC_REQ_MAJOR /*The version major has to match*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment