-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: increase the version numbers to v9.2
- Loading branch information
1 parent
963f88d
commit d39fc17
Showing
6 changed files
with
15 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Kconfig file for LVGL v9.1.0 | ||
# Kconfig file for LVGL v9.2.0 | ||
|
||
menu "LVGL configuration" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
set(LVGL_VERSION_MAJOR "9") | ||
set(LVGL_VERSION_MINOR "1") | ||
set(LVGL_VERSION_PATCH "1") | ||
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 | ||
set(LVGL_SOVERSION ${LVGL_VERSION_MAJOR}) | ||
set(LVGL_VERSION_MAJOR "9") | ||
set(LVGL_VERSION_MINOR "2") | ||
set(LVGL_VERSION_PATCH "0") | ||
set(LVGL_VERSION_INFO "") | ||
|
||
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(LVGL_SOVERSION ${LVGL_VERSION_MAJOR}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/** | ||
* @file lv_conf.h | ||
* Configuration file for v9.1.1-dev | ||
* Configuration file for v9.2.0 | ||
*/ | ||
|
||
/* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters