mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-23 01:33:59 +08:00
chore: bump version to v9.3.0-dev (#6764)
This commit is contained in:
parent
2c021b69dc
commit
ba3ef34600
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file lv_conf.h
|
||||
* Configuration file for v9.2.0
|
||||
* Configuration file for v9.3.0-dev
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user