chore(cmsis-pack): prepare for v9.1.0 (#5917)

This commit is contained in:
Gabriel Wang
2024-03-20 02:13:36 +00:00
committed by GitHub
parent ee26f1df29
commit e1c0b21b27
13 changed files with 145 additions and 65 deletions

6
lvgl.h
View File

@@ -14,9 +14,9 @@ extern "C" {
* CURRENT VERSION OF LVGL
***************************/
#define LVGL_VERSION_MAJOR 9
#define LVGL_VERSION_MINOR 0
#define LVGL_VERSION_PATCH 1
#define LVGL_VERSION_INFO "dev"
#define LVGL_VERSION_MINOR 1
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO ""
/*********************
* INCLUDES