chore(version): update version numbers to v9.4.0-dev (#8498)

This commit is contained in:
Gabor Kiss-Vamosi
2025-07-01 09:20:21 +02:00
committed by GitHub
parent 6ab516dd7d
commit 4362056784
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -527,7 +527,7 @@ menu "LVGL configuration"
bool "Draw using cached OpenGLES textures"
default n
depends on LV_USE_OPENGLES
config LV_USE_PPA
bool "Use Espressif's PPA accelerator for ESP SoCs"
default n
@@ -1740,7 +1740,7 @@ menu "LVGL configuration"
default 9 # LVGL_VERSION_MAJOR
config LVGL_VERSION_MINOR
int
default 3 # LVGL_VERSION_MINOR
default 4 # LVGL_VERSION_MINOR
config LVGL_VERSION_PATCH
int
default 0 # LVGL_VERSION_PATCH
+2 -2
View File
@@ -1,7 +1,7 @@
set(LVGL_VERSION_MAJOR "9")
set(LVGL_VERSION_MINOR "3")
set(LVGL_VERSION_MINOR "4")
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
+1 -1
View File
@@ -1,6 +1,6 @@
/**
* @file lv_conf.h
* Configuration file for v9.3.0
* Configuration file for v9.4.0-dev
*/
/*
+2 -2
View File
@@ -7,8 +7,8 @@
#define LV_VERSION_H
#define LVGL_VERSION_MAJOR 9
#define LVGL_VERSION_MINOR 3
#define LVGL_VERSION_MINOR 4
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO ""
#define LVGL_VERSION_INFO "dev"
#endif /* LV_VERSION_H */