Skip to content

Commit c033a98

Browse files
committed
chore: update version numbers
1 parent 7960e71 commit c033a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env_support/cmake/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(LVGL_VERSION_MAJOR "9")
22
set(LVGL_VERSION_MINOR "3")
33
set(LVGL_VERSION_PATCH "0")
4-
set(LVGL_VERSION_INFO "dev")
4+
set(LVGL_VERSION_INFO "")
55

66
set(LVGL_VERSION ${LVGL_VERSION_MAJOR}.${LVGL_VERSION_MINOR}.${LVGL_VERSION_PATCH}) # This is a CMake variable
77
set(ENV{LVGL_VERSION} ${LVGL_VERSION}) # This is exported Environmental variable

0 commit comments

Comments
 (0)