mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 17:47:28 +08:00
chore: update version to v9.4.0-dev (#9316)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
set(LVGL_VERSION_MAJOR "9")
|
set(LVGL_VERSION_MAJOR "9")
|
||||||
set(LVGL_VERSION_MINOR "4")
|
set(LVGL_VERSION_MINOR "4")
|
||||||
set(LVGL_VERSION_PATCH "0")
|
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(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
|
set(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @file lv_conf.h
|
* @file lv_conf.h
|
||||||
* Configuration file for v9.4.0
|
* Configuration file for v9.4.0-dev
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
+1
-1
@@ -9,6 +9,6 @@
|
|||||||
#define LVGL_VERSION_MAJOR 9
|
#define LVGL_VERSION_MAJOR 9
|
||||||
#define LVGL_VERSION_MINOR 4
|
#define LVGL_VERSION_MINOR 4
|
||||||
#define LVGL_VERSION_PATCH 0
|
#define LVGL_VERSION_PATCH 0
|
||||||
#define LVGL_VERSION_INFO ""
|
#define LVGL_VERSION_INFO "dev"
|
||||||
|
|
||||||
#endif /* LV_VERSION_H */
|
#endif /* LV_VERSION_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user