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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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

View File

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

View File

@ -7,8 +7,8 @@
#define LVGL_VERSION_H
#define LVGL_VERSION_MAJOR 9
#define LVGL_VERSION_MINOR 2
#define LVGL_VERSION_MINOR 3
#define LVGL_VERSION_PATCH 0
#define LVGL_VERSION_INFO ""
#define LVGL_VERSION_INFO "dev"
#endif /* LVGL_VERSION_H */