Update lv_version.h to reflect new development version

This commit is contained in:
embeddedt
2019-09-21 07:02:34 -04:00
committed by GitHub
parent 6d81b453b3
commit bebd2dd896

View File

@@ -15,9 +15,9 @@ extern "C" {
*********************/
/*Current version of LittlevGL*/
#define LVGL_VERSION_MAJOR 6
#define LVGL_VERSION_MINOR 0
#define LVGL_VERSION_PATCH 2
#define LVGL_VERSION_INFO ""
#define LVGL_VERSION_MINOR 1
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "dev"
/*********************