1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

start v5.1.1

This commit is contained in:
Gabor Kiss-Vamosi 2018-03-12 17:20:24 +01:00
parent a55d02dd31
commit 69c5373db0

4
lvgl.h
View File

@ -56,8 +56,8 @@ extern "C" {
/*Current version of LittlevGL*/ /*Current version of LittlevGL*/
#define LVGL_VERSION_MAJOR 5 #define LVGL_VERSION_MAJOR 5
#define LVGL_VERSION_MINOR 1 #define LVGL_VERSION_MINOR 1
#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_PATCH 1
#define LVGL_VERSION_INFO "" #define LVGL_VERSION_INFO "beta"
/********************** /**********************
* TYPEDEFS * TYPEDEFS