chore: bump version to v9.3.0-dev (#6764)

This commit is contained in:
Gabor Kiss-Vamosi
2024-08-29 20:47:19 +02:00
committed by GitHub
parent 2c021b69dc
commit ba3ef34600
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
set(LVGL_VERSION_MAJOR "9")
set(LVGL_VERSION_MINOR "2")
set(LVGL_VERSION_MINOR "3")
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