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
+2 -2
View File
@@ -1,7 +1,7 @@
set(LVGL_VERSION_MAJOR "9")
set(LVGL_VERSION_MINOR "5")
set(LVGL_VERSION_MINOR "6")
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(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable