chore: start v9.6.0 development (#9754)

This commit is contained in:
André Costa
2026-02-18 20:43:02 +01:00
committed by GitHub
parent 85aa60d18b
commit 0712005a9c
6 changed files with 6 additions and 6 deletions

View File

@@ -1842,7 +1842,7 @@ menu "LVGL configuration"
default 9 # LVGL_VERSION_MAJOR default 9 # LVGL_VERSION_MAJOR
config LVGL_VERSION_MINOR config LVGL_VERSION_MINOR
int int
default 5 # LVGL_VERSION_MINOR default 6 # LVGL_VERSION_MINOR
config LVGL_VERSION_PATCH config LVGL_VERSION_PATCH
int int
default 0 # LVGL_VERSION_PATCH default 0 # LVGL_VERSION_PATCH

View File

@@ -1,7 +1,7 @@
set(LVGL_VERSION_MAJOR "9") set(LVGL_VERSION_MAJOR "9")
set(LVGL_VERSION_MINOR "5") set(LVGL_VERSION_MINOR "6")
set(LVGL_VERSION_PATCH "0") set(LVGL_VERSION_PATCH "0")
set(LVGL_VERSION_INFO "") set(LVGL_VERSION_INFO "dev")
set(LVGL_VERSION ${LVGL_VERSION_MAJOR}.${LVGL_VERSION_MINOR}.${LVGL_VERSION_PATCH}) # This is a CMake variable set(LVGL_VERSION ${LVGL_VERSION_MAJOR}.${LVGL_VERSION_MINOR}.${LVGL_VERSION_PATCH}) # This is a CMake variable
set(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable set(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable

View File

@@ -1,6 +1,6 @@
/** /**
* @file lv_conf.h * @file lv_conf.h
* Configuration file for v9.5.0 * Configuration file for v9.6.0-dev
*/ */
/* /*

View File

@@ -7,8 +7,8 @@
#define LV_VERSION_H #define LV_VERSION_H
#define LVGL_VERSION_MAJOR 9 #define LVGL_VERSION_MAJOR 9
#define LVGL_VERSION_MINOR 5 #define LVGL_VERSION_MINOR 6
#define LVGL_VERSION_PATCH 0 #define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO "" #define LVGL_VERSION_INFO "dev"
#endif /* LV_VERSION_H */ #endif /* LV_VERSION_H */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 71 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 70 KiB